mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
remove max-height for fullscreen video
This commit is contained in:
parent
83ebca2795
commit
f792c7e045
@ -47,6 +47,10 @@
|
|||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-fullscreen video {
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.vjs-default-skin .vjs-play-progress,
|
.vjs-default-skin .vjs-play-progress,
|
||||||
.vjs-default-skin .vjs-volume-level {
|
.vjs-default-skin .vjs-volume-level {
|
||||||
background: $ascribe-color-green;
|
background: $ascribe-color-green;
|
||||||
|
Loading…
Reference in New Issue
Block a user