From a487ea7c6d5ee7cf27c31f78d9f1ad96bd4119d1 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Tue, 23 Aug 2016 22:56:36 +0200
Subject: [PATCH] * [GTK 3.20] Fixed #442

---
 gtk-3.20/scss/widgets/_toolbar.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss
index 791f175..490215f 100644
--- a/gtk-3.20/scss/widgets/_toolbar.scss
+++ b/gtk-3.20/scss/widgets/_toolbar.scss
@@ -132,6 +132,11 @@
 
         separator.titlebutton { margin-left: $spacing * 2; }
 
+        button.titlebutton + separator.titlebutton {
+            margin-left: 0;
+            margin-right: $spacing * 2;
+        }
+
         button.titlebutton {
             padding: $spacing;
             border: 0;