mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-08 20:17:31 +00:00
refactor(Settings): improve layout for small device
This commit is contained in:
parent
0cb81572a0
commit
0e106f9c1a
1 changed files with 11 additions and 0 deletions
|
|
@ -409,12 +409,23 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: @xsmall) {
|
||||||
|
.settings-container {
|
||||||
|
.settings-content {
|
||||||
|
.side-menu-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: @minimum) {
|
@media only screen and (max-width: @minimum) {
|
||||||
.settings-container {
|
.settings-container {
|
||||||
.settings-content {
|
.settings-content {
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
|
||||||
.side-menu-container {
|
.side-menu-container {
|
||||||
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue