mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge pull request #937 from Stremio/fix/sidedrawer-styles-mobile
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
commit
29e7522f82
2 changed files with 1 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
@import (reference) '~stremio/common/screen-sizes.less';
|
@import (reference) '~stremio/common/screen-sizes.less';
|
||||||
|
|
||||||
@parent-height: 10rem;
|
@parent-height: 12rem;
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
background: var(--modal-background-color);
|
background: var(--modal-background-color);
|
||||||
|
|
|
||||||
|
|
@ -78,12 +78,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: @small) {
|
|
||||||
.side-drawer {
|
|
||||||
max-width: 40dvw;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media @phone-portrait {
|
@media @phone-portrait {
|
||||||
.side-drawer {
|
.side-drawer {
|
||||||
max-width: 100dvw;
|
max-width: 100dvw;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue