From 905b61a0cf015d7ea68d30e78edef3dc9f41075b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 2 Feb 2016 19:22:00 +0100 Subject: fix app-menu button padding --- common/gtk-3.0/3.16/sass/_common.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/sass') diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index 6421ad6..89c2697 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -2805,7 +2805,12 @@ GtkVolumeButton.button { padding: 8px; } .button.titlebutton { @extend .image-button; - padding: 8px 4px; + &:not(GtkMenuButton) { + padding-top: 8px; + padding-bottom: 8px; + } + padding-left: 4px; + padding-right: 4px; @include button(undecorated); background-color: transparentize($header_bg, 1); -- cgit v1.2.3