diff --git a/web/src/components/changelog/ChangelogEntry.svelte b/web/src/components/changelog/ChangelogEntry.svelte index 0b461da9..fa64818c 100644 --- a/web/src/components/changelog/ChangelogEntry.svelte +++ b/web/src/components/changelog/ChangelogEntry.svelte @@ -75,7 +75,7 @@ {#if skeleton} {/if} -
+
{#if skeleton} {#each { length: 3 + Math.random() * 5 } as _}

@@ -163,16 +163,6 @@ width: 100%; } - .changelog-body, - .changelog-body :global(*) { - line-height: 1.7; - font-size: 14.5px; - font-weight: 410; - font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace; - user-select: text; - -webkit-user-select: text; - } - .changelog-body :global(ul) { padding-inline-start: 30px; } diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index bde70f86..c0675d1d 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -433,6 +433,16 @@ -webkit-user-select: text; } + :global(.long-text-noto), + :global(.long-text-noto *) { + line-height: 1.7; + font-size: 14.5px; + font-weight: 410; + font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace; + user-select: text; + -webkit-user-select: text; + } + [data-reduce-motion="true"] :global(*) { animation: none !important; transition: none !important;