menu background moved to common classname

This commit is contained in:
nklhrstv 2020-03-31 12:15:04 +03:00
parent 5c89856765
commit ec2a27a72d
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@
height: 23rem;
display: flex;
flex-direction: row;
background-color: @color-background-dark1;
.languages-container, .variants-container, .subtitles-settings-container {
flex: none;

View file

@ -104,6 +104,7 @@ html:not(.active-slider-within) {
bottom: 8rem;
max-height: calc(100% - 13.5rem);
max-width: calc(100% - 4rem);
background-color: @color-background-dark1;
box-shadow: 0 1.35rem 2.7rem @color-background-dark5-40,
0 1.1rem 0.85rem @color-background-dark5-20;
overflow: auto;