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:
+3
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user