diff options
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 8c79b17..6438c03 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1623,7 +1623,7 @@ notebook { } > header { - padding: 3px; + padding: 2px; background-color: $bg_color; &.top { box-shadow: inset 0 -1px $borders_color; } @@ -1638,8 +1638,8 @@ notebook { > tabs > tab { padding: 2px 10px; - min-width: 22px; - min-height: 22px; + min-width: 20px; + min-height: 20px; outline-offset: -4px; @@ -1704,7 +1704,7 @@ notebook { } // close button button.flat { - min-height: 18px; + min-height: 22px; min-width: 16px; padding: 0; color: mix($bg_color, $fg_color, 35%); |