Merge pull request #4 from DeepDoge/patch-1

Changed max inline player height
This commit is contained in:
kodxana 2021-12-17 12:27:53 +01:00 committed by GitHub
commit e0e6f9dd06
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);