1.3) ? 1.5 : '',
+ fontSize: `${editorFontSize}rem`,
+ lineHeight: (editorFontSize > 1.3) ? 1.5 : '',
direction: `${projectScriptureDir === 'RTL' ? 'rtl' : 'auto'}`,
}}
aria-label="editor"
From 03f611b3732731c900e569c1222a99a71ae64216 Mon Sep 17 00:00:00 2001
From: sijumoncy <72241997+sijumoncy@users.noreply.github.com>
Date: Wed, 29 May 2024 09:25:53 +0530
Subject: [PATCH 4/6] fixed lint issue
---
renderer/src/components/EditorPage/AudioEditor/AudioEditor.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/renderer/src/components/EditorPage/AudioEditor/AudioEditor.js b/renderer/src/components/EditorPage/AudioEditor/AudioEditor.js
index 427c30bb9..793151c69 100644
--- a/renderer/src/components/EditorPage/AudioEditor/AudioEditor.js
+++ b/renderer/src/components/EditorPage/AudioEditor/AudioEditor.js
@@ -40,7 +40,6 @@ const AudioEditor = ({ editor }) => {
setAudioContent,
setAudioCurrentChapter,
setAudioPath,
- setEditorFontSize,
},
} = useContext(ReferenceContext);
From 5fb4cb64ee310c9b4977c924a4355428b4b86a1e Mon Sep 17 00:00:00 2001
From: sijumoncy <72241997+sijumoncy@users.noreply.github.com>
Date: Wed, 29 May 2024 11:15:20 +0530
Subject: [PATCH 5/6] fixed alignment of font size icon in tw and ta
---
renderer/src/layouts/editor/EditorSection.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/renderer/src/layouts/editor/EditorSection.js b/renderer/src/layouts/editor/EditorSection.js
index d75ecf4fb..5e8c30690 100644
--- a/renderer/src/layouts/editor/EditorSection.js
+++ b/renderer/src/layouts/editor/EditorSection.js
@@ -267,7 +267,7 @@ export default function EditorSection({
)}
>
)}
-
+