[GTK 3.20] Use homogeneous margin on both side of headerbar separator. Fixes #442

This commit is contained in:
Csaba Jakosa
2016-08-25 20:34:46 +05:30
committed by Khurshid Alam
parent ea2a1710ee
commit 85b5247e9d
+5
View File
@@ -132,6 +132,11 @@
separator.titlebutton { margin-left: $spacing * 2; } separator.titlebutton { margin-left: $spacing * 2; }
button.titlebutton + separator.titlebutton {
margin-left: 0;
margin-right: $spacing * 2;
}
button.titlebutton { button.titlebutton {
padding: $spacing; padding: $spacing;
border: 0; border: 0;