From 7347922818e76e1b343fa5a1729153d9e61bed2a Mon Sep 17 00:00:00 2001 From: xdCoolesding <71647195+xdCoolesding@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:37:31 +0200 Subject: [PATCH] optimization i have talked about :P --- db/template.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/template.css b/db/template.css index 3c7c30d4..9e601d2b 100644 --- a/db/template.css +++ b/db/template.css @@ -1,7 +1,7 @@ /* AVATAR-TEMPLATE-BEGIN */ /* Custom avatar for {id} */ -[style*="avatars/{id}/"], -[src*="avatars/{id}/"]{ +[style*="{id}"], +[src*="{id}"]{ content: url({img}); background-image: url({img})!important; }