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 {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue