From caf0cba9f226f54bf045a2f0fa5d5275de67b01c Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Fri, 28 Jun 2024 15:24:39 +0200 Subject: [PATCH] fix background icon display --- website/client/src/components/creatorIntro.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/creatorIntro.vue b/website/client/src/components/creatorIntro.vue index c0a938a3a3..289166fd8c 100644 --- a/website/client/src/components/creatorIntro.vue +++ b/website/client/src/components/creatorIntro.vue @@ -818,8 +818,10 @@ .background { border-radius: 4px; - width: 76px; - height: 76px; + object-position: -4px -4px; + object-fit: none; + width: 60px; + height: 60px; } .deselect {