feat(waybar): increase the power button size to match the bar appearance

This commit is contained in:
2026-03-23 15:10:51 -04:00
parent 7c7b0dbb47
commit 641d06a8d5

View File

@@ -55,14 +55,6 @@ tooltip {
min-height: 34px; min-height: 34px;
} }
#custom-launcher {
background: @accent;
border-color: @accent;
color: @background;
font-size: 18px;
padding: 0 14px 0 12px;
}
#workspaces { #workspaces {
padding: 0 6px; padding: 0 6px;
} }
@@ -145,6 +137,7 @@ tooltip {
#custom-power { #custom-power {
color: @danger; color: @danger;
font-size: 22px;
padding: 0 13px; padding: 0 13px;
} }