From 6a1db687792a61b17faecf0babbcd6babd3bbd3b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 13 Nov 2023 22:32:22 +0100 Subject: [PATCH 1/2] fix: Display preformatted option descriptions --- src/routes/patches/PatchItem.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/patches/PatchItem.svelte b/src/routes/patches/PatchItem.svelte index 59ba050..93f83aa 100644 --- a/src/routes/patches/PatchItem.svelte +++ b/src/routes/patches/PatchItem.svelte @@ -91,7 +91,9 @@ {#each patch.options as option}
{option.title}
-
{option.description}
+
+
{option.description}
+
{/each} @@ -106,6 +108,11 @@ color: var(--accent-color); } + #option-description { + white-space: pre-wrap; + word-break: break-all; + } + #option-title { color: var(--accent-color-two); } From 8c7f17cc30afd258a7c225d20fce165f335abcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <64154960+JMarques1196@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:46:20 +0000 Subject: [PATCH 2/2] fix: Navigation Bar Accessibility (#196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added aria labels to the Navbar * wrapped
  • element in