From 509351bf6c1d518b67a25aee4ee8b45b43540192 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Fri, 28 Oct 2016 21:01:56 +0200 Subject: [PATCH] * Fixed min-height/width --- src/gtk-3.20/scss/widgets/_sidebar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gtk-3.20/scss/widgets/_sidebar.scss b/src/gtk-3.20/scss/widgets/_sidebar.scss index 5c6ef1a..a8581f4 100644 --- a/src/gtk-3.20/scss/widgets/_sidebar.scss +++ b/src/gtk-3.20/scss/widgets/_sidebar.scss @@ -72,7 +72,7 @@ row { // Needs overriding of the GtkListBoxRow padding - min-height: 30px; + min-height: 32px; padding: 0; // Using margins/padding directly in the SidebarRow @@ -110,8 +110,8 @@ //@extend %button_selected.flat; - min-height: 22px; - min-width: 22px; + min-height: 20px; + min-width: 20px; margin-top: 2px; margin-bottom: 2px; padding: 0;