no border in fs

This commit is contained in:
j 2023-08-24 19:43:31 +02:00
parent af17d85e7c
commit 071f79a8bb

View file

@ -29,6 +29,9 @@ iframe {
video, .poster { video, .poster {
border-bottom: 1px solid yellow; border-bottom: 1px solid yellow;
} }
.fullscreen video {
border-bottom: none;
}
.content { .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;