Skip to content

Commit 85b5247

Browse files
megaxkhurshid-alam
authored andcommitted
[GTK 3.20] Use homogeneous margin on both side of headerbar separator. Fixes #442
1 parent ea2a171 commit 85b5247

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gtk-3.20/scss/widgets/_toolbar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132

133133
separator.titlebutton { margin-left: $spacing * 2; }
134134

135+
button.titlebutton + separator.titlebutton {
136+
margin-left: 0;
137+
margin-right: $spacing * 2;
138+
}
139+
135140
button.titlebutton {
136141
padding: $spacing;
137142
border: 0;

0 commit comments

Comments
 (0)