mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
fix: Popup footer button margin
This commit is contained in:
parent
10c10bb104
commit
cbbcaec957
1 changed files with 2 additions and 1 deletions
|
@ -1637,7 +1637,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
#rl-app dialog > footer .btn+.btn {
|
||||
#rl-app dialog > footer .btn+.btn,
|
||||
#rl-app dialog > footer button+button {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue