Consolidate margin into one section
This commit is contained in:
@@ -571,7 +571,8 @@ window#waybar {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding: 0px 3px;
|
padding: 0px 3px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: Ubuntu Nerd Font
|
font-family: Ubuntu Nerd Font;
|
||||||
|
margin: 0px 0px;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@@ -726,10 +727,6 @@ fi
|
|||||||
background: #44475a;
|
background: #44475a;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
#tags button {
|
|
||||||
margin-left: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#tags button.occupied {
|
#tags button.occupied {
|
||||||
background: #f1fa8c;
|
background: #f1fa8c;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
|
@@ -6,7 +6,8 @@ window#waybar {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding: 0px 3px;
|
padding: 0px 3px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: Ubuntu Nerd Font
|
font-family: Ubuntu Nerd Font;
|
||||||
|
margin: 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
@@ -45,10 +46,6 @@ window#waybar {
|
|||||||
background: #44475a;
|
background: #44475a;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
#tags button {
|
|
||||||
margin-left: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
#tags button.occupied {
|
#tags button.occupied {
|
||||||
background: #f1fa8c;
|
background: #f1fa8c;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
|
Reference in New Issue
Block a user