diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-31 13:23:00 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-31 13:23:00 +0530 | 
| commit | 578dd91bd1af79b256166ecf797344611790e267 (patch) | |
| tree | 55c17e39974147e0c102c643e5f4730b1978131b | |
| parent | ce7bfb60f0f5f4b15eb97d9979a137a74edfbf29 (diff) | |
update
| -rw-r--r-- | config/waybar/style.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config/waybar/style.css b/config/waybar/style.css index df37173..139b7cd 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -31,6 +31,7 @@ button:hover {    background-color: #f2f0fa;    color: #272727;    padding: 0 10px; +  margin: 0px 4px;  }  #workspaces button { @@ -70,8 +71,7 @@ button:hover {    margin: 0 10px;  } -#window, -#workspaces { +#window {    margin: 0 4px;  } | 
