From cf9252b6635ed54a755ea83cb5130457f0e24a3b Mon Sep 17 00:00:00 2001 From: f0x Date: Fri, 16 Sep 2022 19:08:53 +0200 Subject: [PATCH] fix sidebar boxshadow-border --- web/source/settings-panel/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/source/settings-panel/style.css b/web/source/settings-panel/style.css index 09f532c02..cc817b0cf 100644 --- a/web/source/settings-panel/style.css +++ b/web/source/settings-panel/style.css @@ -70,7 +70,7 @@ section { align-self: start; // vertical justify-self: end; // horizontal background: $settings-nav-bg; - border: $boxshadow_border; + border: $boxshadow-border; box-shadow: $boxshadow; border-radius: $br; border-top-right-radius: 0;