From ce9513523463d7fc011aabff9b2a021d1f7deb79 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 17 Jul 2024 14:49:25 +0600 Subject: [PATCH] web/ChangelogEntry: allow text selection --- web/src/components/misc/ChangelogEntry.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/components/misc/ChangelogEntry.svelte b/web/src/components/misc/ChangelogEntry.svelte index 804cf51f..a8f581d0 100644 --- a/web/src/components/misc/ChangelogEntry.svelte +++ b/web/src/components/misc/ChangelogEntry.svelte @@ -66,6 +66,8 @@ padding: 0; line-height: 1.2; font-size: 23px; + user-select: text; + -webkit-user-select: text } .changelog-banner { @@ -94,7 +96,9 @@ line-height: 1.7; font-size: 14.5px; font-weight: 410; - font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace + font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace; + user-select: text; + -webkit-user-select: text; } :global(ul) {