mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bug fix: right align
This commit is contained in:
parent
c67121b835
commit
baf4a5ba51
2 changed files with 1 additions and 2 deletions
BIN
cover.bak.png
BIN
cover.bak.png
Binary file not shown.
|
Before Width: | Height: | Size: 800 KiB |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue