Changed max inline player height
Changed the max player size, so in theater mode like/dislike buttons are visible without scrolling down.
This commit is contained in:
parent
04c41feb3f
commit
c9fe5774c6
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $breakpoint-large: 1600px;
|
||||||
--header-height: 80px;
|
--header-height: 80px;
|
||||||
|
|
||||||
// Inline Player
|
// Inline Player
|
||||||
--inline-player-max-height: calc(100vh - var(--header-height) - var(--spacing-l) * 2);
|
--inline-player-max-height: calc(100vh - var(--header-height) - var(--spacing-l) * 4);
|
||||||
|
|
||||||
// Card
|
// Card
|
||||||
--card-radius: var(--border-radius);
|
--card-radius: var(--border-radius);
|
||||||
|
|
Loading…
Reference in a new issue