mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08: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;
|
||||
}
|
||||
|
||||
#rl-app #V-SettingsPane #rl-settings-subscreen {
|
||||
margin: 58px 0px 8px 0px;
|
||||
height: calc(100% - 58px - 8px);
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Config th {
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue