diff --git a/src/app.pcss b/src/app.pcss index 3b0fe0f..9063c96 100644 --- a/src/app.pcss +++ b/src/app.pcss @@ -3,4 +3,5 @@ @tailwind components; @tailwind utilities; -body { @apply bg-surface-50-900-token; } \ No newline at end of file +body { @apply bg-surface-50-900-token; } +html, body { @apply min-h-full; } \ No newline at end of file diff --git a/src/lib/components/AppSettings.svelte b/src/lib/components/AppSettings.svelte new file mode 100644 index 0000000..fd8cac7 --- /dev/null +++ b/src/lib/components/AppSettings.svelte @@ -0,0 +1,36 @@ + +
Back
diff --git a/src/lib/components/GlobalSearch.svelte b/src/lib/components/GlobalSearch.svelte new file mode 100644 index 0000000..0991955 --- /dev/null +++ b/src/lib/components/GlobalSearch.svelte @@ -0,0 +1,18 @@ + + +{#if $showSearch} + +{/if} \ No newline at end of file diff --git a/src/lib/components/ImageGrid.svelte b/src/lib/components/ImageGrid.svelte index b714a4e..ee7e70f 100644 --- a/src/lib/components/ImageGrid.svelte +++ b/src/lib/components/ImageGrid.svelte @@ -1,14 +1,17 @@Search
+Settings
-Settings
+Error: {err}
- {/await} +Settings
-Copy link
+Settings
+{data.post.description}