From 8e30c0075bbd5a56a96397d14fedbc0b84bec0ae Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Dec 2023 18:45:16 +0100 Subject: waybar: Remove min-height so all buttons behave the same (height-wise) Signed-off-by: David Runge --- .config/waybar/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 5cdef99..ffdb449 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,7 +4,6 @@ /* `otf-font-awesome` is required to be installed for icons */ font-family: Input, Roboto, Helvetica, Arial, sans-serif; font-size: 12px; - min-height: 0; } window#waybar { -- cgit v1.2.3-54-g00ecf