We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270e5c commit 8a09cd2Copy full SHA for 8a09cd2
src/routes/+layout.svelte
@@ -149,7 +149,7 @@
149
</SidebarDropdownWrapper>
150
</SidebarGroup>
151
</Sidebar>
152
- <main class="mx-auto min-w-0 max-w-5xl flex-auto px-8 pb-20 lg:static lg:max-h-full lg:overflow-visible lg:pl-64">
+ <main class="mx-auto min-w-0 max-w-7xl flex-auto px-8 pb-20 lg:static lg:max-h-full lg:overflow-visible lg:pl-72">
153
<div id="mainContent">
154
{@render children()}
155
</div>
src/routes/forms/input-field/examples/AdvancedUsage.svelte
@@ -1,4 +1,4 @@
1
-<script>
+<script lang="ts">
2
import { Input, Helper } from '$lib';
3
let value = $state();
4
</script>
0 commit comments