mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: adjust waybar padding
This commit is contained in:
parent
046f91a5f2
commit
ee303edef3
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@ window#waybar {
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background: #24273a;
|
background: #24273a;
|
||||||
padding: 0px 2px 0px 2px;
|
padding: 0px 5px 0px 5px;
|
||||||
margin: 0px 0px 0px 5px;
|
margin: 0px 0px 0px 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background: #24273a;
|
background: #24273a;
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0px 5px 0px 5px;
|
||||||
margin: 0px 0px 0px 5px;
|
margin: 0px 0px 0px 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue