[GTK 3.20] Use homogeneous margin on both side of headerbar separator. Fixes #442
parent
ea2a1710ee
commit
85b5247e9d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue