mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
chore: Improve settings pane margin
This commit is contained in:
parent
ef69e31ad1
commit
d7af7d15a0
1 changed files with 5 additions and 0 deletions
|
|
@ -1083,6 +1083,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #V-SettingsPane #rl-settings-subscreen {
|
||||||
|
margin: 58px 0px 8px 0px;
|
||||||
|
height: calc(100% - 58px - 8px);
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app #V-Settings-Config th {
|
#rl-app #V-Settings-Config th {
|
||||||
background-color: var(--color-background-dark);
|
background-color: var(--color-background-dark);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue