logo

dotfiles

My dotfiles, one branch per machine
commit: a2bdfd3d0e2a61c3337bc5c7ef99ed76c88101dc
parent: 22130754a1ad3c978eafdb7d5495559b5d806821
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Feb 2020 17:03:09 +0100

gtk-3.0/gtk.css: Remove margin/padding on all buttons

Diffstat:

M.config/gtk-3.0/gtk.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css @@ -4,7 +4,7 @@ notebook { notebook tabs, notebook tab, -notebook button { +button { margin: 0; padding: 0; }