mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-16 04:23:43 +00:00
feat(*): Improve layout
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
<!-- <link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" /> -->
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex flex-col min-h-screen">
|
||||
<header>
|
||||
<div class="navbar bg-primary text-primary-content">
|
||||
<div class="navbar-start">
|
||||
@@ -163,7 +164,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<main class="flex-grow">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
@@ -186,8 +187,8 @@
|
||||
</svg>
|
||||
</a>
|
||||
<p>
|
||||
Open source and free to use, forever. We are in no way associated with Nintendo, Game Freak or
|
||||
The Pokémon Company.
|
||||
Open source and free to use, forever. We are in no way associated with Nintendo, Game Freak
|
||||
or The Pokémon Company.
|
||||
</p>
|
||||
</aside>
|
||||
<nav class="grid-flow-col gap-4 md:place-self-center md:justify-self-end">
|
||||
@@ -210,3 +211,4 @@
|
||||
{#await import('$lib/components/pwa/ReloadPrompt.svelte') then { default: ReloadPrompt }}
|
||||
<ReloadPrompt />
|
||||
{/await}
|
||||
</div>
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<main class="flex-1 p-4">
|
||||
<main class="flex-1 p-4 ml-64">
|
||||
<div class="max-w-min mx-auto">
|
||||
{#if combinedData}
|
||||
{#each combinedData as { pokedexEntry, catchRecord }}
|
||||
|
||||
Reference in New Issue
Block a user