feat(css): Enhance minigame styles with max-width and margin for better layout

refactor(js): Remove unused asset loading in preload function
feat(js): Implement optimal scale calculation for pixel-perfect rendering in person chat portraits
This commit is contained in:
Z. Cliffe Schreuders
2025-11-06 01:54:55 +00:00
parent 13f71baa82
commit b1686fc5eb
9 changed files with 66 additions and 305 deletions

View File

@@ -88,12 +88,11 @@
/* Phaser game container styling - prevent margin/padding shifts */
#phaser-game-container {
margin: 0 !important;
padding: 0 !important;
max-width: 600px;
margin: 20px auto;
}
#phaser-game-container canvas {
margin: 0 !important;
padding: 0 !important;
display: block;
}