mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
fix: MailMessageView button toolbar padding
This commit is contained in:
parent
3c57c2e593
commit
0a2c19a186
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
|
|||
|
||||
#rl-app #V-MailMessageList .btn-toolbar,
|
||||
#rl-app #V-MailMessageView .btn-toolbar {
|
||||
padding: 10px 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#rl-app .messageList,
|
||||
|
|
Loading…
Reference in a new issue