From eec5073afd3b45c1b673b3ab08f79cc84e8a56e3 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:00 +1000 Subject: [PATCH] waybar: remove removing margins when module on either ends of the bar --- stow/.config/waybar/style.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stow/.config/waybar/style.css b/stow/.config/waybar/style.css index 08f5038..bd2559f 100644 --- a/stow/.config/waybar/style.css +++ b/stow/.config/waybar/style.css @@ -108,16 +108,6 @@ button:hover { #workspaces { } -/* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { - margin-left: 0; -} - -/* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { - margin-right: 0; -} - #clock { border-top-right-radius: 0px; border-bottom-right-radius: 0px;