From 7e844107f1ee898371551107923ed39986398dd7 Mon Sep 17 00:00:00 2001 From: xdCoolesding <71647195+xdCoolesding@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:14:44 +0200 Subject: [PATCH] uwu im a furry (it did work in my private rep but that was a little different) --- db/template.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db/template.css b/db/template.css index 4158930f..360f31d6 100644 --- a/db/template.css +++ b/db/template.css @@ -19,3 +19,9 @@ background: url({img}) center / 100% 100%; } /* BADGE-TEMPLATE-END */ +/* Fix some pfps being weird af */ +[style*="avatars"], +[src*="avatars"] { + background-repeat: no-repeat; + background-size: contain; +}