Merge pull request #937 from Stremio/fix/sidedrawer-styles-mobile
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Timothy Z. 2025-06-16 16:23:04 +03:00 committed by GitHub
commit 29e7522f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;