File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -277,8 +277,7 @@ export const setInlineStyle = async (set = true, servePath = "../../../") => {
277277}` ;
278278 }
279279 style += `\n:root { --b3-font-size-editor: ${ window . siyuan . config . editor . fontSize } px }
280- .b3-typography code:not(.hljs), .protyle-wysiwyg span[data-type~=code] { font-variant-ligatures: ${ window . siyuan . config . editor . codeLigatures ? "normal" : "none" } }
281- ${ window . siyuan . config . editor . justify ? ".protyle-wysiwyg [data-node-id] { text-align: justify }" : "" } `;
280+ .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 ? "\n.protyle-wysiwyg [data-node-id] { text-align: justify }" : "" } ` ;
282281 if ( window . siyuan . config . editor . rtl ) {
283282 style += `\n.protyle-title__input,
284283.protyle-wysiwyg .p,
You can’t perform that action at this time.
0 commit comments