Fix odd border gap
This commit is contained in:
parent
b157ab3bf4
commit
139860e399
|
@ -285,7 +285,7 @@ window#waybar.empty #window {
|
||||||
|
|
||||||
#custom-wallpaper {
|
#custom-wallpaper {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-right: -10px;
|
margin-right: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Package upgrades */
|
/* Package upgrades */
|
||||||
|
@ -303,6 +303,7 @@ window#waybar.empty #window {
|
||||||
#custom-idle_mode {
|
#custom-idle_mode {
|
||||||
font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free";
|
font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free";
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
margin-left: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-idle_mode.none {
|
#custom-idle_mode.none {
|
||||||
|
|
Loading…
Reference in New Issue