chore(storybook): remove mobile stories and initialWidth prop from stories. The mobile view available throught viewport selector in the header

This commit is contained in:
Ilia Mashkov
2026-04-18 11:03:43 +03:00
parent af05443763
commit cca00fccaa
3 changed files with 3 additions and 12 deletions
@@ -80,7 +80,7 @@ const { Story } = defineMeta({
<Story name="Mobile Open">
{#snippet template()}
<Providers initialWidth={375}>
<Providers>
<div class="h-64 relative overflow-hidden">
<SidebarContainer isOpen={true}>
{#snippet sidebar({ onClose })}