NQ-74 Styling updates and fixes GUI
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user