mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Adjust fallback border radius of grouped button
This commit is contained in:
parent
8416e4e1cd
commit
ebe952e005
1 changed files with 1 additions and 1 deletions
|
|
@ -1399,7 +1399,7 @@ html.rl-left-panel-disabled #rl-app #V-MailFolderList .b-footer.btn-toolbar .btn
|
|||
/* fallback */
|
||||
#rl-app #V-MailMessageList .btn-toolbar .btn-group .btn,
|
||||
#rl-app #V-MailMessageView .btn-toolbar .btn-group .btn {
|
||||
border-radius: var(--nc-border-radius);
|
||||
border-radius: var(--nc-border-radius-large);
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue