From a22d6d977630709e9ab3b5b371e5ba8bc5b5d513 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:58:15 +0200 Subject: [PATCH] fix low resolution, gonna have to make all images square now :( --- db/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/template.css b/db/template.css index 52a53ed0..4c2b450a 100644 --- a/db/template.css +++ b/db/template.css @@ -4,7 +4,7 @@ [src^="https://cdn.discordapp.com/avatars/{id}"], .userAvatar-3Hwf1F:is([style*="{id}"]) { content: url({img}); - background-image: url({img}) !important; + object-fit: scale-down; } /* AVATAR-TEMPLATE-END */