diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-15 11:54:08 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-15 11:54:08 +0100 |
commit | 7a87b61c7a21a9ebff875cbb202dfd0e899ac610 (patch) | |
tree | 8c64915a1964b7a0b72646927d7b90737e00f6d2 | |
parent | 64fd3739fbede2ad4b8cd45c72fc54ce1aa2742f (diff) |
Changes to margin
-rw-r--r-- | .config/gtk-3.0/gtk.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css index 010d611..1d188be 100644 --- a/.config/gtk-3.0/gtk.css +++ b/.config/gtk-3.0/gtk.css @@ -2,7 +2,7 @@ headerbar.titlebar.default-decoration { background: transparent; padding: 0; - margin: 0 0 -27px 0; + margin: 0 0 -30px 0; border: 0; min-height: 0; font-size: 0; |