Vanessa 2025-10-31 10:59:47 +08:00
parent b169038f22
commit 969246bd3f

View file

@ -280,7 +280,7 @@ export const setInlineStyle = async (set = true, servePath = "../../../") => {
.b3-typography code:not(.hljs), .protyle-wysiwyg span[data-type~=code] { font-variant-ligatures: ${window.siyuan.config.editor.codeLigatures ? "normal" : "none"} }
${window.siyuan.config.editor.justify ? ".protyle-wysiwyg [data-node-id] { text-align: justify }" : ""}`;
if (window.siyuan.config.editor.rtl) {
style += `.protyle-title__input,
style += `\n.protyle-title__input,
.protyle-wysiwyg .p,
.protyle-wysiwyg .code-block .hljs,
.protyle-wysiwyg .table,