mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
chore: Improve control group alignment
This commit is contained in:
parent
9a3c5c17b7
commit
ed01a4df61
1 changed files with 5 additions and 0 deletions
|
@ -1039,6 +1039,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
#rl-app .form-horizontal .control-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/*
|
||||
* scrollbar
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue