diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-14 23:41:55 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-14 23:41:55 +0100 |
commit | 612cacfb8208cf69e854006869cbed7edff2d1ec (patch) | |
tree | e7748535b061b428fa9e3b9e2942ec3d8bc48541 /.config/eww/eww.scss | |
parent | 16e8770bd5a3c85c563475454234044fea8e044f (diff) |
eww: Add margin-right to the last item on the right
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r-- | .config/eww/eww.scss | 2 |
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; } } |