From 00570829d7706ecd676d3dc1988785d313d24ec3 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sun, 11 Aug 2024 16:15:44 -0500 Subject: [PATCH] slight css update --- webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index ac64399..5640aaa 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1057,7 +1057,7 @@ span { .accountSwitcher{ background:var(--profile-bg); cursor:pointer; - box-shadow: .00in -.5in 2in color-mix(in srgb, var(--shadow) 42%, transparent); + box-shadow: .00in -.5in 4in .5in color-mix(in srgb, var(--shadow) 42%, transparent); border-radius: .1in; min-width: 0px; width: 80vw;