From 15a288b63df8c067efa54b49845d817b7783c795 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 1 May 2024 14:52:17 +0300 Subject: [PATCH] Remove shadow from top bar drawers --- public/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/style.css b/public/style.css index 00d41af72..6ce2899e7 100644 --- a/public/style.css +++ b/public/style.css @@ -3552,7 +3552,6 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra border-radius: 10px; padding: 5px; border: 1px solid var(--SmartThemeBorderColor); - box-shadow: 0 0 20px black; min-width: 450px; width: var(--sheldWidth); overflow-y: auto;