mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
fix: Some buttons look slightly different
This commit is contained in:
parent
9306808263
commit
34d8cf002b
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
|||
* buttons
|
||||
*/
|
||||
|
||||
#rl-app .btn {
|
||||
#rl-app .btn,
|
||||
#rl-app button.btn:not(.button-vue) {
|
||||
min-height: 36px;
|
||||
height: 36px;
|
||||
box-sizing: border-box !important;
|
||||
|
|
Loading…
Reference in a new issue