From 30ebe3f4e734268df130f52a758aa282492e8e9b Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 21 Mar 2026 00:41:26 +0100 Subject: [PATCH] first working version. need to improve styling (right align for number cells) Signed-off-by: Stephan Richter --- .../src/Components/MarkdownDisplay.svelte | 36 +++++++++++++------ frontend/src/Components/MarkdownEditor.svelte | 2 +- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/frontend/src/Components/MarkdownDisplay.svelte b/frontend/src/Components/MarkdownDisplay.svelte index 1cb5e1e3..9c3c6413 100644 --- a/frontend/src/Components/MarkdownDisplay.svelte +++ b/frontend/src/Components/MarkdownDisplay.svelte @@ -1,6 +1,6 @@ @@ -53,4 +67,4 @@ {@html markdown.rendered} -{/if} \ No newline at end of file +{/if} diff --git a/frontend/src/Components/MarkdownEditor.svelte b/frontend/src/Components/MarkdownEditor.svelte index 1216130f..a3b1eef3 100644 --- a/frontend/src/Components/MarkdownEditor.svelte +++ b/frontend/src/Components/MarkdownEditor.svelte @@ -138,7 +138,7 @@ {t('unsaved_content')} {/if} - + {#if !simple}