mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +00:00
settings now takes up the full window in mobile.
This commit is contained in:
parent
20b328a872
commit
da26a2c585
1 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,8 @@ export default {
|
|||
@media (max-width: 550px) {
|
||||
.settings-box {
|
||||
flex-direction: column;
|
||||
height:100%;
|
||||
border-radius: 0;
|
||||
}
|
||||
.tabs {
|
||||
height: 50px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue