Less space below player in portrait mode
This commit is contained in:
parent
adfce264a6
commit
c2cf26eaf7
|
@ -257,7 +257,7 @@ my-video-comments {
|
|||
--player-portrait-mode: 1;
|
||||
--player-height: calc(100vw / var(--player-ratio)) !important;
|
||||
|
||||
max-height: $video-max-height;
|
||||
max-height: calc(100vh - #{$header-height} - #{$player-portrait-bottom-space});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -79,6 +79,7 @@ $video-thumbnail-small-height: 71px;
|
|||
$video-thumbnail-small-width: 125px;
|
||||
|
||||
$theater-bottom-space: 115px;
|
||||
$player-portrait-bottom-space: 50px;
|
||||
|
||||
$input-foreground-color: $fg-color;
|
||||
$input-background-color: $bg-color;
|
||||
|
|
Loading…
Reference in New Issue