mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
menu background moved to common classname
This commit is contained in:
parent
5c89856765
commit
ec2a27a72d
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue