From 8785cd981620846b6a03cdb321cc11a529610f13 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Sun, 10 Mar 2024 13:15:18 +0100 Subject: [PATCH] fixed avatar not rendering in server tooltip for people in vc --- source/template.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/template.css b/source/template.css index baf54fea..aa0b4587 100644 --- a/source/template.css +++ b/source/template.css @@ -1,7 +1,8 @@ /*{id} is userid in data.json and {img} is the image link, usually gif*/ .userAvatar_c4f005[style*="{id}"] ,.avatar__08316[src^="https://cdn.discordapp.com/avatars/{id}"] -,.avatar__991e2[src^="https://cdn.discordapp.com/avatars/{id}"] { +,.avatar__991e2[src^="https://cdn.discordapp.com/avatars/{id}"] +,.avatar__777a6[src^="https://cdn.discordapp.com/avatars/{id}"] { content: url({img}); object-fit: scale-down; aspect-ratio: 1;