From 4cc36727ed0aa0f663954816f148c3dff77423b9 Mon Sep 17 00:00:00 2001 From: Cahleeb Date: Thu, 17 Aug 2023 14:24:16 -0700 Subject: [PATCH] Add editor tab and empty editor pane for font selector. --- src/lib/components/VerseOnImage.svelte | 29 +++++++++++++++++++------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/lib/components/VerseOnImage.svelte b/src/lib/components/VerseOnImage.svelte index 770816e50..5e3a4de31 100644 --- a/src/lib/components/VerseOnImage.svelte +++ b/src/lib/components/VerseOnImage.svelte @@ -380,7 +380,7 @@ The verse on image component. on:click={() => centerButton(1)} class:activeButton={active_editor_index == 1} > - @@ -389,7 +389,7 @@ The verse on image component. on:click={() => centerButton(2)} class:activeButton={active_editor_index == 2} > - @@ -398,7 +398,7 @@ The verse on image component. on:click={() => centerButton(3)} class:activeButton={active_editor_index == 3} > - @@ -407,7 +407,7 @@ The verse on image component. on:click={() => centerButton(4)} class:activeButton={active_editor_index == 4} > - @@ -416,7 +416,7 @@ The verse on image component. on:click={() => centerButton(5)} class:activeButton={active_editor_index == 5} > - @@ -425,15 +425,24 @@ The verse on image component. on:click={() => centerButton(6)} class:activeButton={active_editor_index == 6} > - + + @@ -486,6 +495,10 @@ The verse on image component. + +