feature/ux-improvements #26

Merged
ilia merged 73 commits from feature/ux-improvements into main 2026-02-18 14:43:05 +00:00
Showing only changes of commit 42854b4950 - Show all commits

View File

@@ -146,7 +146,7 @@ function isFontB(font: UnifiedFont): boolean {
<FontVirtualList <FontVirtualList
weight={typography.weight} weight={typography.weight}
itemHeight={36} itemHeight={36}
class="bg-transparent" class="bg-transparent h-full"
> >
{#snippet children({ item: font })} {#snippet children({ item: font })}
{@const isSelectedA = isFontA(font)} {@const isSelectedA = isFontA(font)}