Bugfix some mobile CSS

This commit is contained in:
the-djmaze 2023-02-22 17:57:10 +01:00
parent 97282075b0
commit b5db67d23f
6 changed files with 19 additions and 17 deletions

View file

@ -56,10 +56,6 @@
}
}
.rl-mobile #V-AdminPane {
margin-right: 0;
}
.btn.btn-logout {
padding-left: 12px;
padding-right: 12px;
@ -92,14 +88,18 @@
/* mobile and tablet */
@media screen and (max-width: 999px) {
#rl-settings-subscreen {
padding: 10px;
}
#rl-right {
min-width: calc(100% - @rlLowMargin);
}
#V-AdminPane {
margin-right: 0;
}
#rl-settings-subscreen {
padding: 10px;
}
html.rl-left-panel-disabled {
#rl-left {
width: 0;