bug fix: right align

This commit is contained in:
hezhendong 2025-04-12 20:20:02 +08:00
parent c67121b835
commit baf4a5ba51
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 KiB

View file

@ -655,11 +655,10 @@ ol {
line-height: calc(var(--text-line-height) * 1px);
padding-top: calc(var(--text-paragraph-gap) * 1px);
padding-bottom: calc(var(--text-paragraph-gap) * 1px);
text-align: left;
}
body.text-justify .mod-cm6 .cm-editor .cm-line,
body.text-justify p,
body.text-justify p:not([align="right"]):not([align="left"]),
body.text-justify li,
body.text-justify ol {
text-align: justify;