mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 12:11:54 +00:00
Fix: add border-radius styles for first and last workspace buttons
This commit is contained in:
@@ -28,6 +28,14 @@ window#waybar {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
#workspaces button:nth-child(1) {
|
||||
border-radius: 15px 0 0 15px;
|
||||
}
|
||||
|
||||
#workspaces button:nth-last-child(1) {
|
||||
border-radius: 0 15px 15px 0;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: rgba(137, 180, 250, 0.3);
|
||||
color: #89b4fa;
|
||||
|
||||
Reference in New Issue
Block a user