chore: update waybar style.css button padding

This commit is contained in:
surtur 2020-10-05 18:33:35 +02:00
parent ab973281fd
commit fc63939552
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -37,7 +37,8 @@ window#waybar.solo {
#workspaces button { #workspaces button {
border-top: 2px solid transparent; border-top: 2px solid transparent;
/* To compensate for the top border and still have vertical centering */ /* To compensate for the top border and still have vertical centering */
padding: .1em .2em; /* padding: .1em .1em; */
padding: 0;
color: #888888; 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 { #mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail {
margin: 0px 5px 0px 5px; margin: 0px 5px 0px 5px;
min-width: 25px; /* min-width: 25px; */
min-width: 30px;
} }
#clock.date { #clock.date {