chore: update waybar style.css button padding
This commit is contained in:
parent
ab973281fd
commit
fc63939552
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user