Make map size more reasonable
This commit is contained in:
parent
e31bd12a3b
commit
9f4babb41f
@ -45,7 +45,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="container" class="h-1/2">
|
<div id="container" class="h-3/4">
|
||||||
<div id="map" bind:this={mapElement} class="h-full w-full" />
|
<div id="map" bind:this={mapElement} class="h-full w-full" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<main class=" flex flex-col h-screen">
|
<main class="flex flex-col h-screen">
|
||||||
<header class="bg-white">
|
<header class="bg-white">
|
||||||
<!-- TODO: "justify-between" adds that space -->
|
<!-- TODO: "justify-between" adds that space -->
|
||||||
<nav class="flex items-center justify-between flex-wrap p-2" style="background: #121212;">
|
<nav class="flex items-center justify-between flex-wrap p-2" style="background: #121212;">
|
||||||
@ -39,7 +39,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="p-6 flex-grow">
|
<div class="p-6 flex-grow">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user