From 6d79c379d2b4ea4573690894bb9a8d66f549f7e5 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 1 May 2023 18:08:26 +0900 Subject: [PATCH] shadow and lighter border for zoomed avatars --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 9abae9714..ee863fd16 100644 --- a/public/style.css +++ b/public/style.css @@ -3687,10 +3687,11 @@ body.noShadows * { } #zoomed_avatar { - border: 1px solid var(--white30a); + border: 1px solid var(--white50a); border-radius: 20px; max-height: 60svh; max-width: 40svh; + box-shadow: 0 0 10px black; } /* ---------- @media queries must always go at the bottom ------------*/