From 583c737106a399fe6c88f559c83a51d3f487b5fa Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:01:48 +0200 Subject: [PATCH] #1313 Transparency 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 6c09d4359..9d5caf64f 100644 --- a/public/style.css +++ b/public/style.css @@ -3525,6 +3525,7 @@ a { aspect-ratio: 2 / 3; padding: 0; border: 0; + background-color: transparent; } .zoomed_avatar img { @@ -3704,4 +3705,4 @@ a { height: 100vh; z-index: 9999; } -} \ No newline at end of file +}