From 30132a0028c9f4d589183bac529752e5f3593bd4 Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Fri, 28 Oct 2016 21:19:49 +0200 Subject: [PATCH] [GTK 3.20] Optimized sidebar padding --- src/gtk-3.20/scss/widgets/_sidebar.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gtk-3.20/scss/widgets/_sidebar.scss b/src/gtk-3.20/scss/widgets/_sidebar.scss index 54a77bd..a8581f4 100644 --- a/src/gtk-3.20/scss/widgets/_sidebar.scss +++ b/src/gtk-3.20/scss/widgets/_sidebar.scss @@ -72,12 +72,12 @@ row { // Needs overriding of the GtkListBoxRow padding - min-height: 36px; + min-height: 32px; padding: 0; // Using margins/padding directly in the SidebarRow // will make the animation of the new bookmark row jump - > revealer { padding: 0 14px; } + > revealer { padding: 0 $spacing * 2; } &:selected { color: $selected_fg_color; } @@ -110,10 +110,10 @@ //@extend %button_selected.flat; - min-height: 26px; - min-width: 26px; - margin-top: 3px; - margin-bottom: 3px; + min-height: 20px; + min-width: 20px; + margin-top: 2px; + margin-bottom: 2px; padding: 0; border-radius: 100%; -gtk-outline-radius: 100%;