Fix: change width & height to min-width & min-height

This commit is contained in:
2025-10-27 21:44:59 +00:00
parent 54ad74060a
commit 20968d4174

View File

@@ -21,8 +21,8 @@ window#waybar {
} }
#workspaces button { #workspaces button {
width: 15px; min-width: 15px;
height: 15px; min-height: 15px;
border-radius: 100%; border-radius: 100%;
margin: 1px 1px; margin: 1px 1px;
color: #cdd6f4; color: #cdd6f4;