summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-14 23:41:55 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-14 23:41:55 +0100
commit612cacfb8208cf69e854006869cbed7edff2d1ec (patch)
treee7748535b061b428fa9e3b9e2942ec3d8bc48541
parent16e8770bd5a3c85c563475454234044fea8e044f (diff)
eww: Add margin-right to the last item on the right
-rw-r--r--.config/eww/eww.scss2
1 files changed, 1 insertions, 1 deletions
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;
}
}