From f6b5c44d253ecb68630a60ead70325160b6adcaf Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Mon, 24 Oct 2016 18:12:05 +0200
Subject: [PATCH] * Fixed button left margin.

---
 src/gtk-3.20/scss/widgets/_notebook.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gtk-3.20/scss/widgets/_notebook.scss b/src/gtk-3.20/scss/widgets/_notebook.scss
index ecd5962..6e33f3a 100644
--- a/src/gtk-3.20/scss/widgets/_notebook.scss
+++ b/src/gtk-3.20/scss/widgets/_notebook.scss
@@ -178,7 +178,7 @@
                     min-height: 16px;
                     min-width: 16px;
                     padding: 0;
-                    margin-left: $spacing * 3;
+                    margin-left: $spacing * 2;
                     border: 1px solid transparent;
                     transition: all .1s linear;
                 }