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-17 14:25:23 +03:00 committed by GitHub
parent 04c41feb3f
commit c9fe5774c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,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);