diff --git a/src/lib/ListFilter.svelte b/src/lib/ListFilter.svelte index 65896e2..3424030 100644 --- a/src/lib/ListFilter.svelte +++ b/src/lib/ListFilter.svelte @@ -1,10 +1,15 @@
Click an app to view info, stats and usage docs
{/if} {#if searchTerm || selectedCategories.length} @@ -34,6 +36,7 @@ export let totalResults: number; align-items: center; p { opacity: 0.75; + margin: 0; } button { background: var(--gradient); diff --git a/src/lib/TemplateList.svelte b/src/lib/TemplateList.svelte index c1615f8..d167326 100644 --- a/src/lib/TemplateList.svelte +++ b/src/lib/TemplateList.svelte @@ -1,6 +1,7 @@{template.description}
@@ -48,9 +49,7 @@ section.templates { .template-summary { display: flex; gap: 1rem; - } - .left { - .info-icons { opacity: 0.3; } + align-items: start; } p, h3 { margin: 0; @@ -59,6 +58,12 @@ section.templates { width: 64px; max-height: 64px; border-radius: 6px; + &.loading { + padding: 0.2rem; + background: var(--card-2); + border-radius: 6px; + height: 64px; + } } .description { font-style: italic;