From b617885aa24a76e1be0dbd3ee95428a119d8bdb0 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Mon, 1 Jun 2026 11:28:15 +0200 Subject: [PATCH] chore(ui): clean loading overlay logo styling Show the loading logo as a raw, contained image without rounded corners or drop shadow, slightly larger to balance the empty space. --- src/index.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index 3b72da6..017bc48 100644 --- a/src/index.css +++ b/src/index.css @@ -942,11 +942,9 @@ canvas { .scene-loading-overlay__logo { position: relative; z-index: 1; - width: clamp(180px, 28vw, 320px); - max-height: min(38vh, 320px); - border-radius: 16px; - object-fit: cover; - box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28); + width: clamp(207px, 32.2vw, 368px); + max-height: min(43.7vh, 368px); + object-fit: contain; } .scene-loading-overlay__footer {