chore: remove unused code

This commit is contained in:
Ilia Mashkov
2026-04-16 15:59:34 +03:00
parent 33e589f041
commit aa1379c15b
3 changed files with 6 additions and 55 deletions

View File

@@ -70,8 +70,8 @@ $effect(() => {
</script>
<div class="flex-1 min-h-0 h-full">
<div class="py-2 pl-4 relative flex flex-col min-h-0 h-full">
<div class="px-2 py-4 mr-4 sticky border-b border-black/5 dark:border-white/10 mb-2">
<div class="py-2 relative flex flex-col min-h-0 h-full">
<div class="py-2 mx-6 sticky border-b border-black/5 dark:border-white/10">
<Label class="font-primary text-neutral-400" bold variant="default" size="sm" uppercase>
Typeface Selection
</Label>
@@ -80,7 +80,7 @@ $effect(() => {
data-font-list
weight={DEFAULT_FONT_WEIGHT}
itemHeight={45}
class="bg-transparent min-h-0 h-full scroll-stable pr-4"
class="bg-transparent min-h-0 h-full scroll-stable py-2 pl-6 pr-4"
>
{#snippet children({ item: font, index })}
{@const isSelectedA = font.id === comparisonStore.fontA?.id}