From c515a11b57862426876113d7a258091fde063d42 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 24 Apr 2024 10:23:35 +0200 Subject: [PATCH] eww -> bar: Fixed systray CSS styling --- bar/eww/bar/style.scss | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/bar/eww/bar/style.scss b/bar/eww/bar/style.scss index 76d4e25..974e795 100644 --- a/bar/eww/bar/style.scss +++ b/bar/eww/bar/style.scss @@ -45,26 +45,24 @@ margin: 0px; margin-left: 6px; - & > menuitem { - menu { - padding: 5px 5px; - border-radius: 10px; - background-color: $background; + & menu { + padding: 8px 8px; + border-radius: 10px; + background-color: $background; - menuitem { - margin: 1px 0; + menuitem { + margin: 1px 0; - &:hover { - padding-left: 2px; - } + &:hover { + padding-left: 2px; } + } - separator { - margin: 6px 0; - min-height: 3px; - border-radius: 99px; - background-color: rgba(5, 5, 5, 0.35); - } + separator { + margin: 6px 0; + min-height: 3px; + border-radius: 99px; + background-color: rgba(5, 5, 5, 0.35); } }