mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-23 04:08:03 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user