no border in fs
This commit is contained in:
parent
af17d85e7c
commit
071f79a8bb
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ iframe {
|
|||
video, .poster {
|
||||
border-bottom: 1px solid yellow;
|
||||
}
|
||||
.fullscreen video {
|
||||
border-bottom: none;
|
||||
}
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue