diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 20:32:43 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 20:32:43 +0100 |
commit | 08446721e101e18fc49a489fe37e57a4ffc9731e (patch) | |
tree | fb82a3a20ed0a47b3cb1cd5e8975a6f6ac406533 /.config/eww/eww.scss | |
parent | bf3dd87bd7df516c1f845c56e6012bcd9bdf4f68 (diff) |
eww: Change how icons are displayed
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r-- | .config/eww/eww.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index c181194..078434b 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -23,6 +23,10 @@ label:last-child { margin-right: 12px; } + + box label:last-child { + margin-left: 12px; + } } .workspaces button { |