Consolidate margin into one section

This commit is contained in:
Sravan Balaji
2024-09-29 21:36:10 -04:00
parent e9f43f06f9
commit 7f7b4bc534
2 changed files with 4 additions and 10 deletions

View File

@@ -571,7 +571,8 @@ window#waybar {
border-radius: 0px;
padding: 0px 3px;
font-size: 15px;
font-family: Ubuntu Nerd Font
font-family: Ubuntu Nerd Font;
margin: 0px 0px;
}
#+END_SRC
@@ -726,10 +727,6 @@ fi
background: #44475a;
color: #f8f8f2;
}
#tags button {
margin-left: 3px;
margin-right: 3px;
}
#tags button.occupied {
background: #f1fa8c;
color: #282a36;

View File

@@ -6,7 +6,8 @@ window#waybar {
border-radius: 0px;
padding: 0px 3px;
font-size: 15px;
font-family: Ubuntu Nerd Font
font-family: Ubuntu Nerd Font;
margin: 0px 0px;
}
#battery {
@@ -45,10 +46,6 @@ window#waybar {
background: #44475a;
color: #f8f8f2;
}
#tags button {
margin-left: 3px;
margin-right: 3px;
}
#tags button.occupied {
background: #f1fa8c;
color: #282a36;