From 1afcace8e7dde3b466a5001028d90cfa4b35b319 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:33:00 +0200 Subject: [PATCH] fix voice chat speaking ring issues (why did i apply the background differently? i could have just used discords version --- source/template.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/template.css b/source/template.css index e3f2ec76..0813924c 100644 --- a/source/template.css +++ b/source/template.css @@ -6,7 +6,6 @@ content: url({img}) } .userAvatar_ac3629[style*="{id}"] { - content: url({img}); - background-image: none !important + background-image: url({img})!important } /* AVATAR-TEMPLATE-END */