add left margin to titlebutton separator so that there is equal empty space between the separator and surrounding widgets. also fixed a typo.
parent
9b823b727f
commit
f8ace81be8
|
@ -106,7 +106,9 @@
|
|||
|
||||
.tiled &, .maximized & { border-radius: 0; }
|
||||
|
||||
.title { font: bold; }
|
||||
.title { font-weight: bold; }
|
||||
|
||||
separator.titlebutton { margin-left: $spacing * 2; }
|
||||
|
||||
button.titlebutton {
|
||||
padding: $spacing;
|
||||
|
|
Loading…
Reference in New Issue