aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-15 21:50:57 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-15 21:50:57 +0100
commitc70e16b01f3f39cd2e874e3f9870f740e6aef52d (patch)
tree5dd43a6c75ae46db9c482c0a544c79ad6aeb6372 /.config
parentcd895103033db16af8004e8a01dd911ef633016b (diff)
Remove title bar and buttons from gtk apps
Diffstat (limited to '.config')
-rw-r--r--.config/gtk-3.0/gtk.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css
index 1d188be..94a8418 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 -30px 0;
+ margin: -100px 0 -17px 0;
border: 0;
min-height: 0;
font-size: 0;