mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Bugfix some mobile CSS
This commit is contained in:
parent
97282075b0
commit
b5db67d23f
6 changed files with 19 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue