mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
fix: Admin setting with wrong alignment
This commit is contained in:
parent
ef4ccdfb99
commit
6529d01a4f
1 changed files with 4 additions and 0 deletions
|
@ -1216,6 +1216,10 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
margin-left: -130px;
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Domains .btn[data-i18n="GLOBAL/TEST"] {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
/*
|
||||
* scrollbar
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue