player menus max height changed

This commit is contained in:
nklhrstv 2020-03-14 17:49:32 +02:00
parent b8c2f5e53d
commit aae76e3fc8

View file

@ -86,7 +86,7 @@ html:not(.active-slider-within) {
left: initial;
right: 2rem;
bottom: 8rem;
max-height: calc(100% - 16rem);
max-height: calc(100% - 13.5rem);
max-width: calc(100% - 4rem);
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
0 1.1rem 0.85rem @color-background-dark5-20;