Skip to content

Commit b169038

Browse files
committed
♻️ #15193
1 parent f2efa61 commit b169038

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/util/assets.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,11 @@ export const setInlineStyle = async (set = true, servePath = "../../../") => {
276276
size-adjust: 92%;
277277
}`;
278278
}
279-
style += `\n:root{ --b3-font-size-editor: ${window.siyuan.config.editor.fontSize}px }
279+
style += `\n:root { --b3-font-size-editor: ${window.siyuan.config.editor.fontSize}px }
280280
.b3-typography code:not(.hljs), .protyle-wysiwyg span[data-type~=code] { font-variant-ligatures: ${window.siyuan.config.editor.codeLigatures ? "normal" : "none"} }
281281
${window.siyuan.config.editor.justify ? ".protyle-wysiwyg [data-node-id] { text-align: justify }" : ""}`;
282282
if (window.siyuan.config.editor.rtl) {
283-
style += `
284-
.protyle-title__input,
283+
style += `.protyle-title__input,
285284
.protyle-wysiwyg .p,
286285
.protyle-wysiwyg .code-block .hljs,
287286
.protyle-wysiwyg .table,

0 commit comments

Comments
 (0)