From fc639395528ecabb8b1134e660a629c22b2968a3 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 5 Oct 2020 18:33:35 +0200 Subject: [PATCH] chore: update waybar style.css button padding --- .config/waybar/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index b11ae90..a183614 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -37,7 +37,8 @@ window#waybar.solo { #workspaces button { border-top: 2px solid transparent; /* To compensate for the top border and still have vertical centering */ - padding: .1em .2em; + /* padding: .1em .1em; */ + padding: 0; color: #888888; } @@ -58,7 +59,8 @@ window#waybar.solo { #mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail { margin: 0px 5px 0px 5px; - min-width: 25px; + /* min-width: 25px; */ + min-width: 30px; } #clock.date {