feature/vitest-setup #13
@@ -12,9 +12,7 @@ const fontWeight = $derived($fontWeightStore);
|
|||||||
const lineHeight = $derived($lineHeightStore);
|
const lineHeight = $derived($lineHeightStore);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="w-full p-2">
|
<div class="w-full p-2 flex flex-row items-center">
|
||||||
<Item.Root variant="outline" class="w-full p-2.5">
|
|
||||||
<Item.Content class="flex flex-row items-center">
|
|
||||||
<Sidebar.Trigger />
|
<Sidebar.Trigger />
|
||||||
<Separator orientation="vertical" class="h-full" />
|
<Separator orientation="vertical" class="h-full" />
|
||||||
<ComboControl
|
<ComboControl
|
||||||
@@ -54,6 +52,4 @@ const lineHeight = $derived($lineHeightStore);
|
|||||||
increaseLabel="Increase Line Height"
|
increaseLabel="Increase Line Height"
|
||||||
decreaseLabel="Decrease Line Height"
|
decreaseLabel="Decrease Line Height"
|
||||||
/>
|
/>
|
||||||
</Item.Content>
|
|
||||||
</Item.Root>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import SetupFontMenu from '$features/SetupFont/ui/SetupFontMenu.svelte';
|
import SetupFontMenu from '$features/SetupFont/ui/SetupFontMenu.svelte';
|
||||||
import * as Item from '$shared/shadcn/ui/item';
|
import * as Item from '$shared/shadcn/ui/item';
|
||||||
import { Separator } from '$shared/shadcn/ui/separator/index';
|
|
||||||
import * as Sidebar from '$shared/shadcn/ui/sidebar/index';
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="w-full p-2">
|
<div class="w-full p-2">
|
||||||
|
<Item.Root variant="outline" class="w-full p-2.5">
|
||||||
|
<Item.Content>
|
||||||
<SetupFontMenu />
|
<SetupFontMenu />
|
||||||
|
</Item.Content>
|
||||||
|
</Item.Root>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user