mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
chore: Improve admin settings pane margin
This commit is contained in:
parent
d7af7d15a0
commit
9c7f522c82
1 changed files with 9 additions and 0 deletions
|
|
@ -1107,6 +1107,15 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
color: var(--color-text-lighter);
|
||||
}
|
||||
|
||||
/*
|
||||
* admin settings
|
||||
*/
|
||||
|
||||
#rl-app #V-AdminPane #rl-settings-subscreen {
|
||||
margin: 8px 0px;
|
||||
height: calc(100% - 8px - 8px);
|
||||
}
|
||||
|
||||
/*
|
||||
* scrollbar
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue