mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +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) {
|
||||
.settings-container {
|
||||
.settings-content {
|
||||
flex-direction: column-reverse;
|
||||
|
||||
.side-menu-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue