From df1928e0d0dae6377e343eae53b656064e77fae2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:04:41 +1100 Subject: bar: fix corners showing when not embedded style --- scss/bar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/bar.scss b/scss/bar.scss index b23bb5e..9003ce6 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -20,6 +20,10 @@ font-size: lib.s(18); } + .screen-corner { + background-color: transparent; + } + .os-icon { color: scheme.$yellow; } @@ -259,6 +263,8 @@ .screen-corner { @include lib.rounded($-rounding); + + background-color: scheme.$mantle; } &.horizontal { -- cgit v1.2.3-freya