diff --git a/src/app.css b/src/app.css index 0bd5b39..238cd75 100644 --- a/src/app.css +++ b/src/app.css @@ -99,11 +99,10 @@ } ol > li { - @apply flex; + @apply flex flex-wrap gap-x-2; counter-increment: counterName; } ol > li:before { - @apply mr-2; content: counter(counterName) '.'; } } diff --git a/src/app.html b/src/app.html index 55dfccc..e2a7638 100644 --- a/src/app.html +++ b/src/app.html @@ -6,7 +6,10 @@ %sveltekit.head% - -
%sveltekit.body%
+ + %sveltekit.body% diff --git a/src/lib/components/app/code-snippet/code-snippet.svelte b/src/lib/components/app/code-snippet/code-snippet.svelte index 2e30190..9df5770 100644 --- a/src/lib/components/app/code-snippet/code-snippet.svelte +++ b/src/lib/components/app/code-snippet/code-snippet.svelte @@ -22,10 +22,9 @@ } -
+
{data}
- {#if copy || download} diff --git a/src/lib/components/app/wireguard-guide/wireguard-guide.svelte b/src/lib/components/app/wireguard-guide/wireguard-guide.svelte index 8cc5d9f..f390c02 100644 --- a/src/lib/components/app/wireguard-guide/wireguard-guide.svelte +++ b/src/lib/components/app/wireguard-guide/wireguard-guide.svelte @@ -5,7 +5,7 @@ import guideVideo from '$lib/assets/guide-client.mp4'; - + Android Windows @@ -35,7 +35,7 @@

Download the configuration file and import it

-
diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.server.ts index 0471612..16339ed 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.server.ts @@ -1,9 +1,11 @@ -import type { LayoutServerLoad } from "./$types"; +import type { LayoutServerLoad } from './$types'; export const load: LayoutServerLoad = async (event) => { const { user } = event.locals; return { - user + user, }; }; + +export const trailingSlash = 'always'; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 7b363cc..4836cb2 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -14,10 +14,10 @@ } -
- VPGen -