mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +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) {
|
@media (max-width: 550px) {
|
||||||
.settings-box {
|
.settings-box {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height:100%;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.tabs {
|
.tabs {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue