mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Update workspace styles for improved consistency and button appearance
This commit is contained in:
@@ -16,15 +16,14 @@ window#waybar {
|
|||||||
background: rgba(49, 50, 68, 0.7);
|
background: rgba(49, 50, 68, 0.7);
|
||||||
margin: 5px 5px 5px 10px;
|
margin: 5px 5px 5px 10px;
|
||||||
padding: 2px 2px;
|
padding: 2px 2px;
|
||||||
border-radius: 15px;
|
border-radius: 100%;
|
||||||
border: 2px solid rgba(137, 180, 250, 0.5);
|
border: 2px solid rgba(137, 180, 250, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
/* padding: 0px 10px; */
|
width: 15px;
|
||||||
/* aspect-ratio: 1 / 1; */
|
height: 15px;
|
||||||
min-width: 10px;
|
border-radius: 100%;
|
||||||
border-radius: 10px;
|
|
||||||
margin: 1px 1px;
|
margin: 1px 1px;
|
||||||
color: #cdd6f4;
|
color: #cdd6f4;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user