From 85b5247e9dfad3ede5093c58014d6aab58676a51 Mon Sep 17 00:00:00 2001
From: Csaba Jakosa <megax@yeahunter.hu>
Date: Thu, 25 Aug 2016 17:04:46 +0200
Subject: [PATCH] [GTK 3.20] Use homogeneous margin on both side of headerbar
 separator. Fixes #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;