mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve settings control-group margin
This commit is contained in:
parent
df04a6dc28
commit
804b9531f7
1 changed files with 9 additions and 0 deletions
|
|
@ -1347,6 +1347,15 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
#rl-app .form-horizontal .control-group {
|
#rl-app .form-horizontal .control-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app .form-horizontal .control-group {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app .control-group {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .table-bordered,
|
#rl-app .table-bordered,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue