commit: 22130754a1ad3c978eafdb7d5495559b5d806821
parent: 8a0d51bf5e200b0ce7aa6e07add6815a18c1f1f5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 4 Feb 2020 16:56:57 +0100
gtk-3.0/gtk.css: Make theme much more compact
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css
@@ -0,0 +1,16 @@
+notebook {
+ padding: 0;
+}
+
+notebook tabs,
+notebook tab,
+notebook button {
+ margin: 0;
+ padding: 0;
+}
+
+notebook tabs,
+notebook tab {
+ min-height: unset;
+ min-width: unset;
+}