mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Safari video height css fix (#3882)
This commit is contained in:
@@ -23,8 +23,7 @@ $sceneTabWidth: 450px;
|
|||||||
|
|
||||||
.video-wrapper {
|
.video-wrapper {
|
||||||
height: 56.25vw;
|
height: 56.25vw;
|
||||||
max-height: calc(100vh - #{$menuHeight});
|
position: relative;
|
||||||
overflow: hidden;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
@@ -34,6 +33,7 @@ $sceneTabWidth: 450px;
|
|||||||
|
|
||||||
.video-js {
|
.video-js {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.vjs-button {
|
.vjs-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user