From d00b47ec3d6918b321b589df9e0eb5611f9b9007 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 16 Apr 2026 14:55:45 +0200 Subject: [PATCH] article : add margin bottom footer --- src/views/Article.svelte | 88 ++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/src/views/Article.svelte b/src/views/Article.svelte index 0d76a17..135fc92 100644 --- a/src/views/Article.svelte +++ b/src/views/Article.svelte @@ -98,51 +98,53 @@
-
- - -
- -
- {#if copySuccess} - {t('link_copied')} +
+
+ + +
+ +
+ {#if copySuccess} + {t('link_copied')} + {/if} + +
+
+ + +

{data.title}

+ + + {#if data.intro} +
{@html data.intro}
{/if} - -
+ + + {#if data.cover} +
+ {data.title} +
+ {/if} + + + {#if data.body} +
{@html data.body}
+ {/if} + + +
+ + + +
+ + + {#if data.related?.length} + + {/if} +
- - -

{data.title}

- - - {#if data.intro} -
{@html data.intro}
- {/if} - - - {#if data.cover} -
- {data.title} -
- {/if} - - - {#if data.body} -
{@html data.body}
- {/if} - - -
- - - -
- - - {#if data.related?.length} - - {/if} - activeWhitePaperUri = null} />