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.
This commit is contained in:
Tom Boullay
2026-06-01 11:28:15 +02:00
parent 5d2e7e2aab
commit b617885aa2
+3 -5
View File
@@ -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 {