From a4d728b77f2471f5525bf8ae3c0846919821bb7a Mon Sep 17 00:00:00 2001 From: Chris Hubbard Date: Fri, 3 Nov 2023 16:35:15 -0400 Subject: [PATCH] Fix warning found when running in Fire Fox (#414) * Loading /collections/eng_C01.pkf using `window.fetch`. For best results, use the `fetch` that is passed to your `load` function * Unexpected value 1.5rem parsing width attribute. (of SVG) --- src/lib/components/TextAppearanceSelector.svelte | 6 +++--- src/lib/data/scripture.js | 6 +++--- src/routes/+page.js | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lib/components/TextAppearanceSelector.svelte b/src/lib/components/TextAppearanceSelector.svelte index a740fa52b..0ae4a3c41 100644 --- a/src/lib/components/TextAppearanceSelector.svelte +++ b/src/lib/components/TextAppearanceSelector.svelte @@ -106,7 +106,7 @@ The navbar component. We have sliders that update reactively to both font size a {#if showFontSize}
- + - + - +