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 {
border-bottom: 1px solid yellow;
}
.fullscreen video {
border-bottom: none;
}
.content {
display: flex;
flex-direction: column;