mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
fix: Admin setting with wrong alignment
This commit is contained in:
parent
fed0d53425
commit
c3c7aa9aef
1 changed files with 8 additions and 0 deletions
|
@ -1206,6 +1206,14 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-General label[data-i18n="TAB_GENERAL/LABEL_ATTACHMENT_SIZE_LIMIT"] {
|
||||
align-self: self-start;
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-General label[data-i18n="TAB_GENERAL/LABEL_ATTACHMENT_SIZE_LIMIT"] ~ div .alert.alert-info {
|
||||
margin-left: -130px;
|
||||
}
|
||||
|
||||
/*
|
||||
* scrollbar
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue