mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 12:42:09 +00:00
player menus max height changed
This commit is contained in:
parent
b8c2f5e53d
commit
aae76e3fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ html:not(.active-slider-within) {
|
||||||
left: initial;
|
left: initial;
|
||||||
right: 2rem;
|
right: 2rem;
|
||||||
bottom: 8rem;
|
bottom: 8rem;
|
||||||
max-height: calc(100% - 16rem);
|
max-height: calc(100% - 13.5rem);
|
||||||
max-width: calc(100% - 4rem);
|
max-width: calc(100% - 4rem);
|
||||||
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
|
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
|
||||||
0 1.1rem 0.85rem @color-background-dark5-20;
|
0 1.1rem 0.85rem @color-background-dark5-20;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue