From 0ab08a38c40c0e6510b4ef9d5067cf9008d70fa4 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:18:05 +0200 Subject: [PATCH] remove the fix line that gets put in a billion times, if you got an issue with it, paste it in yourself --- db/template.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/db/template.css b/db/template.css index aa87f691..c011968b 100644 --- a/db/template.css +++ b/db/template.css @@ -18,11 +18,5 @@ height: 22px; background: url({img}) center / 100% 100%; } -/* Fix some pfps being weird af (nexx make its own region for one time code below the badge template end you fish) */ -[style*="avatars"], -[src*="avatars"] { - background-repeat: no-repeat; - background-size: contain; -} /* BADGE-TEMPLATE-END */