mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
fix: SettingsPane margin
This commit is contained in:
parent
1b10e304d4
commit
b1fef91c55
1 changed files with 2 additions and 2 deletions
|
@ -1302,8 +1302,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
}
|
||||
|
||||
#rl-app #V-SettingsPane #rl-settings-subscreen {
|
||||
margin: 58px 0px 8px 0px;
|
||||
height: calc(100% - 58px - 8px);
|
||||
margin: 8px 0px;
|
||||
height: calc(100% - 8px - 8px);
|
||||
}
|
||||
|
||||
#rl-app #V-SettingsPane .btn-toolbar {
|
||||
|
|
Loading…
Reference in a new issue