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:
Shiba 2021-12-15 23:04:18 +03:00 committed by Thomas Zarebczan
parent e3394bf8b2
commit 24a6f00835

View file

@ -75,7 +75,7 @@ $breakpoint-large: 1600px;
--header-height: 80px;
// 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-radius: var(--border-radius);