From a6b1bea09671c846e7d4ca6b2d876f9e06adea27 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:01:11 +0200 Subject: [PATCH] yeah booooyyy time to break the dist --- db/template.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/db/template.css b/db/template.css index c011968b..4523516e 100644 --- a/db/template.css +++ b/db/template.css @@ -19,4 +19,27 @@ background: url({img}) center / 100% 100%; } /* BADGE-TEMPLATE-END */ - +.avatar-31d8He { + background-repeat: no-repeat; + background-size: contain; +} +foreignObject:is([width="120"])>div>.avatar-31d8He { + height: 120px; + width: 120px; +} +foreignObject:is([width="80"])>div>.avatar-31d8He { + height: 80px; + width: 80px; +} +foreignObject:is([width="32"])>div>.avatar-31d8He { + width: 32px; + height: 32px; +} +foreignObject:is([width="24"])>div>.avatar-31d8He { + width: 24px; + height: 24px; +} +foreignObject:is([width="16"])>div>.avatar-31d8He { + width: 16px; + height: 16px; +}