fixed height shift on multiple monitors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user