forked from MapComplete/MapComplete
UI: add a bar to the android app
This commit is contained in:
parent
40aef4bc58
commit
7d98a14252
1 changed files with 4 additions and 1 deletions
|
@ -156,11 +156,14 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
<div class="w-full low-interaction">
|
||||||
|
<InsetSpacer height={AndroidPolyfill.getInsetSizes().top}/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<DrawerLeft shown={guistate.pageStates.menu}>
|
<DrawerLeft shown={guistate.pageStates.menu}>
|
||||||
<MenuDrawerIndex onlyLink={true} state={menuDrawerState} />
|
<MenuDrawerIndex onlyLink={true} state={menuDrawerState} />
|
||||||
</DrawerLeft>
|
</DrawerLeft>
|
||||||
<div class="flex w-screen flex-col p-2 sm:p-4">
|
<div class="flex w-screen flex-col p-2 sm:p-4">
|
||||||
<InsetSpacer height={AndroidPolyfill.getInsetSizes().top}/>
|
|
||||||
<!-- Top menu bar -->
|
<!-- Top menu bar -->
|
||||||
<div class="flex w-full justify-between overflow-hidden pb-4">
|
<div class="flex w-full justify-between overflow-hidden pb-4">
|
||||||
<button on:click={() => guistate.pageStates.menu.set(true)} class="m-0 rounded-full p-2">
|
<button on:click={() => guistate.pageStates.menu.set(true)} class="m-0 rounded-full p-2">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue