From 612cacfb8208cf69e854006869cbed7edff2d1ec Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 14 Feb 2024 23:41:55 +0100 Subject: eww: Add margin-right to the last item on the right --- .config/eww/eww.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index d34d3c0..c2012ad 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -20,7 +20,7 @@ } } - box:not(:last-child) > label:last-child { + label:last-child { margin-right: 12px; } } -- cgit v1.2.3