create topbar for mobile

This commit is contained in:
Evan
2025-01-30 09:45:24 -08:00
parent 0d75765b5c
commit 5a1295a0da
4 changed files with 246 additions and 137 deletions
+2 -1
View File
@@ -179,12 +179,13 @@
<options-menu></options-menu>
<player-info-overlay></player-info-overlay>
<win-modal></win-modal>
<top-bar></top-bar>
<div class="fixed bottom-0 flex w-full flex-col-reverse sm:flex-row z-50">
<div class="w-full sm:w-1/3">
<control-panel></control-panel>
</div>
<div class="w-full sm:w-2/3 sm:fixed sm:right-0 sm:bottom-0 sm:flex sm:justify-end">
<div class="w-full sm:w-2/3 sm:fixed sm:right-0 sm:bottom-0 sm:flex justify-end">
<events-display></events-displayflex >
</div>
</div>