fix(SideDrawer): mobile styles

This commit is contained in:
Timothy Z. 2025-06-14 18:24:57 +03:00
parent 4dcdff7700
commit 86bd1b276a
2 changed files with 1 additions and 7 deletions

View file

@ -2,7 +2,7 @@
@import (reference) '~stremio/common/screen-sizes.less';
@parent-height: 10rem;
@parent-height: 12rem;
.dropdown {
background: var(--modal-background-color);

View file

@ -78,12 +78,6 @@
}
}
@media screen and (max-width: @small) {
.side-drawer {
max-width: 40dvw;
}
}
@media @phone-portrait {
.side-drawer {
max-width: 100dvw;