Merge pull request #4 from DeepDoge/patch-1
Changed max inline player height
This commit is contained in:
commit
e0e6f9dd06
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