[Gtk-3.20] Re-adjust titlebar(for Unity), headerbar and toolbar height
Now that our buttons are much smaller we can re-adjust titlebar, headerbar and toolbar height.pull/522/head
parent
9c07db416b
commit
03bb8b35d8
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@include exports("unity") {
|
@include exports("unity") {
|
||||||
UnityDecoration {
|
UnityDecoration {
|
||||||
-UnityDecoration-extents: 28px 1px 1px 1px;
|
-UnityDecoration-extents: 24px 1px 1px 1px;
|
||||||
-UnityDecoration-input-extents: 10px;
|
-UnityDecoration-input-extents: 10px;
|
||||||
|
|
||||||
-UnityDecoration-shadow-offset-x: 1px;
|
-UnityDecoration-shadow-offset-x: 1px;
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
@include linear-gradient($bg);
|
@include linear-gradient($bg);
|
||||||
@include border($bg);
|
@include border($bg);
|
||||||
|
|
||||||
padding: $spacing;
|
padding: $spacing * 2;
|
||||||
color: $fg;
|
color: $fg;
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
|
Loading…
Reference in New Issue