From aa7dd7f5b11ad75f7811f2f0fca48d8fec0dcf63 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 25 Jul 2025 17:30:07 -0700 Subject: [PATCH] New backup 2025-07-25 17:30:07 --- de/home/.config/eww/style/bar.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 473dae1..32b65c1 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -38,10 +38,15 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); // .revealer-on-hover { // margin-right: -10px; // } - .reveal_children>* { + .reveal_children:not(:last-child) { background-color: $bar-reveal-children-bg-color; + border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; + margin-left: -5px; +} + .reveal_children>* { +// background-color: $bar-reveal-children-bg-color; // margin: 0px; - border-radius: 0px 0px $bar-module-border-radius 0px; + border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; // padding: -10px; // &:first-child { // box-shadow: 4px 4px 2px 4px red;