diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss
index add3cb5..3d8c279 100644
--- a/gtk-3.20/scss/widgets/_toolbar.scss
+++ b/gtk-3.20/scss/widgets/_toolbar.scss
@@ -96,7 +96,12 @@
         spinbutton,
         separator,
         switch,
-        button {
+        button { // Size height
+            margin-top: $spacing + 2px;
+            margin-bottom: $spacing + 2px;
+        }
+
+        switch { // Size height
             margin-top: $spacing + 1px;
             margin-bottom: $spacing + 1px;
         }