feat: Update game screen

- Use new RandomPixelPlaceholder
- Add first event for view
This commit is contained in:
sthag 2026-04-05 12:18:40 +02:00
parent 167e35ae33
commit 38274c1277
2 changed files with 43 additions and 14 deletions

View file

@ -172,4 +172,9 @@
}
}
}
.quest,
footer *:not(button[data-action="back"]) {
opacity: 0;
}
}