diff --git a/src/gtk-3.20/scss/widgets/_sidebar.scss b/src/gtk-3.20/scss/widgets/_sidebar.scss
index 54a77bd..5c6ef1a 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: 30px;
             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: 22px;
+                min-width: 22px;
+                margin-top: 2px;
+                margin-bottom: 2px;
                 padding: 0;
                 border-radius: 100%;
                 -gtk-outline-radius: 100%;