File tree 7 files changed +216
-525
lines changed
src/lib/components/layout
7 files changed +216
-525
lines changed Original file line number Diff line number Diff line change 17
17
"@sveltejs/adapter-cloudflare" : " ^4.8.0" ,
18
18
"@sveltejs/kit" : " ^2.0.0" ,
19
19
"@sveltejs/vite-plugin-svelte" : " ^4.0.0" ,
20
- "@tailwindcss/vite" : " 4.0.0-beta.5 " ,
20
+ "@tailwindcss/vite" : " ^ 4.0.1 " ,
21
21
"mdsx" : " ^0.0.6" ,
22
22
"phosphor-svelte" : " ^3.0.0" ,
23
23
"svelte" : " ^5.2.11" ,
24
24
"svelte-check" : " ^4.0.0" ,
25
25
"svelte-preprocess" : " ^6.0.3" ,
26
- "tailwindcss" : " 4.0.0-beta.5 " ,
26
+ "tailwindcss" : " ^ 4.0.1 " ,
27
27
"typescript" : " ^5.0.0" ,
28
28
"velite" : " ^0.2.1" ,
29
29
"vite" : " ^5.0.11"
Original file line number Diff line number Diff line change 25
25
"@changesets/cli" : " ^2.27.10" ,
26
26
"@eslint/js" : " ^9.12.0" ,
27
27
"@svitejs/changesets-changelog-github-compact" : " ^1.2.0" ,
28
- "@tailwindcss/vite" : " 4.0.0-beta.4 " ,
28
+ "@tailwindcss/vite" : " ^ 4.0.1 " ,
29
29
"@types/node" : " ^22.10.1" ,
30
30
"@typescript-eslint/eslint-plugin" : " ^8.10.0" ,
31
31
"@typescript-eslint/scope-manager" : " ^8.10.0" ,
Original file line number Diff line number Diff line change 59
59
"@sveltejs/kit" : " ^2.9.0" ,
60
60
"@sveltejs/package" : " ^2.3.7" ,
61
61
"@sveltejs/vite-plugin-svelte" : " ^4.0.0" ,
62
- "@tailwindcss/vite" : " 4.0.0-beta.6 " ,
62
+ "@tailwindcss/vite" : " ^ 4.0.1 " ,
63
63
"@types/hast" : " ^3.0.4" ,
64
64
"@types/mdast" : " ^4.0.4" ,
65
65
"@types/node" : " ^22.10.1" ,
69
69
"publint" : " ^0.2.0" ,
70
70
"svelte" : " ^5.11.0" ,
71
71
"svelte-check" : " ^4.0.0" ,
72
- "tailwindcss" : " 4.0.0-beta.6 " ,
72
+ "tailwindcss" : " ^ 4.0.1 " ,
73
73
"typescript" : " ^5.0.0" ,
74
74
"unified" : " ^11.0.5" ,
75
75
"vite" : " ^5.0.11"
Original file line number Diff line number Diff line change 26
26
<Toc toc ={{ items : toc }} />
27
27
</div >
28
28
</aside >
29
- <main class =" mx-auto w-full min-w-0 max-w-[760px ] pb-12" id =" main-content" >
29
+ <main class =" mx-auto w-full min-w-0 max-w-[640px ] pb-12 2xl:max-w-[760px] " id =" main-content" >
30
30
<PageHeader {title } {description } />
31
31
<PageComponent />
32
32
</main >
Original file line number Diff line number Diff line change 24
24
<Sidebar .Inset >
25
25
<Header />
26
26
<div
27
- class =" bg-background flex w-full flex-1 flex-row-reverse gap-4 px-4 py-8 lg:pl-0 lg:pr-8"
27
+ class =" bg-background flex w-full flex-1 flex-row-reverse px-4 py-8 lg:pl-0 lg:pr-8 xl:gap-4 "
28
28
id =" content"
29
29
>
30
30
{@render children ?.()}
You can’t perform that action at this time.
0 commit comments