Feat/polish-mission1 #12

Merged
math-pixel merged 42 commits from feat/polish-mission1 into develop 2026-06-01 21:51:09 +00:00
5 changed files with 11 additions and 11 deletions
Showing only changes of commit d20bdc4934 - Show all commits
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -942,11 +942,11 @@ canvas {
.scene-loading-overlay__logo {
position: relative;
z-index: 1;
display: block;
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);
height: auto;
object-fit: contain;
}
.scene-loading-overlay__footer {