NQ-74 Styling updates and fixes GUI

This commit is contained in:
2024-06-12 21:30:51 +02:00
parent 9022c104da
commit 12445db7f1
13 changed files with 95 additions and 45 deletions

View File

@ -102,6 +102,7 @@ const createScene = (scene: Phaser.Scene) => {
.bottom-ui {
display: flex;
position: absolute;
justify-content: space-between;
left: 0;
right: 0;
margin: 0 48px;
@ -112,7 +113,6 @@ const createScene = (scene: Phaser.Scene) => {
}
.bottom-ui {
justify-content: space-between;
align-items: center;
bottom: 100px;
height: 100px;