mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 {
|
#rl-app #V-SettingsPane #rl-settings-subscreen {
|
||||||
margin: 58px 0px 8px 0px;
|
margin: 8px 0px;
|
||||||
height: calc(100% - 58px - 8px);
|
height: calc(100% - 8px - 8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-SettingsPane .btn-toolbar {
|
#rl-app #V-SettingsPane .btn-toolbar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue