From 7f7b4bc534e23c835b6fea83651e26e9e82c9b7e Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 29 Sep 2024 21:36:10 -0400 Subject: [PATCH] Consolidate margin into one section --- README.org | 7 ++----- waybar/style.css | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 2875a27..4f368a6 100644 --- a/README.org +++ b/README.org @@ -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; diff --git a/waybar/style.css b/waybar/style.css index 8eab125..aa685c0 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -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;