add left margin to titlebutton separator so that there is equal empty space between the separator and surrounding widgets. also fixed a typo.

This commit is contained in:
Dustin Falgout
2016-05-06 23:31:27 -05:00
parent 9b823b727f
commit f8ace81be8
+3 -1
View File
@@ -106,7 +106,9 @@
.tiled &, .maximized & { border-radius: 0; } .tiled &, .maximized & { border-radius: 0; }
.title { font: bold; } .title { font-weight: bold; }
separator.titlebutton { margin-left: $spacing * 2; }
button.titlebutton { button.titlebutton {
padding: $spacing; padding: $spacing;