fixed height shift on multiple monitors

This commit is contained in:
Maximilian Wagner
2025-06-18 12:58:26 +02:00
parent 4bb4222233
commit 5c3a739b02
2 changed files with 15 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
border-radius: 8px;
font-family: "JetbrainsMono Nerd Font" ;
font-size: 16px;
min-height: 3px;
min-height: 0px;
margin-top: 0px;
margin-left: 2px;
padding-left: 4px;
@@ -30,6 +30,7 @@ window#waybar.hidden {
background: #161320;
transition: none;
border-radius: 10px;
min-height: 34px;
}
#workspaces button {
@@ -67,7 +68,7 @@ window#waybar.hidden {
}
#network {
padding-right: 11px;
padding-right: 8px;
transition: none;
color: #161320;
background: #bd93f9;