From 394794dcf5d022282228c1cb1e76831c5d683852 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:20:43 +0200 Subject: [PATCH] guh voice chat... --- db/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/template.css b/db/template.css index 08939cc2..b4a5cf41 100644 --- a/db/template.css +++ b/db/template.css @@ -1,6 +1,6 @@ /* AVATAR-TEMPLATE-BEGIN */ /* Custom avatar for {id} */ -[style^="https://cdn.discordapp.com/avatars/{id}"], +[style*="https://cdn.discordapp.com/avatars/{id}"], [src^="https://cdn.discordapp.com/avatars/{id}"] { content: url({img}); object-fit: scale-down;