From 43c5b44ff750f5cf3dab7a68bc75484715eb7819 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sun, 11 Aug 2024 19:22:33 -0400 Subject: [PATCH] Fixed square shadow on progress bar overlay --- CSS/scyfin-theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 6e9e1c8..52be0fc 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -178,6 +178,7 @@ height: 10px !important; background: var(--primary-background-transparent) !important; backdrop-filter: blur(2px) !important; + border-radius: 100px !important; } .innerCardFooterClear { background-color: none !important;