From 50241d9ff3aa948afdec6a1d8992a7b471ff1437 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 5 Jun 2024 18:59:38 +0200 Subject: [PATCH] upate --- src/lib/components/PostSection.svelte | 8 +++----- src/routes/community/create-post/+page.server.ts | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/lib/components/PostSection.svelte b/src/lib/components/PostSection.svelte index 2a164207..250cf24c 100644 --- a/src/lib/components/PostSection.svelte +++ b/src/lib/components/PostSection.svelte @@ -422,7 +422,7 @@ $: {
diff --git a/src/routes/community/create-post/+page.server.ts b/src/routes/community/create-post/+page.server.ts index 944c7652..bcc46adc 100644 --- a/src/routes/community/create-post/+page.server.ts +++ b/src/routes/community/create-post/+page.server.ts @@ -43,10 +43,10 @@ export const config = { addClassToTag('a', 'text-blue-400 hover:text-white underline'); // Add classes to ordered lists - addClassToTag('ol', 'list-decimal ml-10 text-sm'); + addClassToTag('ol', 'list-decimal ml-4 text-sm'); // Add classes to unordered lists - addClassToTag('ul', 'list-disc ml-10 text-sm -mt-5'); + addClassToTag('ul', 'list-disc ml-4 text-sm -mt-5'); // Add classes to blockquotes and their paragraphs function addClassToBlockquote() {