mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: change width & height to min-width & min-height
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user