From 5182e4637adce0083fe8a805ee7fbe9ba421ac31 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Thu, 27 Mar 2025 22:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=B7=A6=E5=AF=B9=E9=BD=90,?= =?UTF-8?q?=E6=89=93=E5=BC=80=E5=88=99=E4=B8=A4=E7=AB=AF=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/theme.css b/theme.css index ead31dc..1091c64 100644 --- a/theme.css +++ b/theme.css @@ -65,10 +65,10 @@ settings: step: 1 - id: text-justify - title: Close text justification. - title.zh: 关闭文本两端对齐 - description: Default text is justified on both sides. If it is turned off, it is left-aligned. - description.zh: 默认文本两端对齐,关闭则左对齐。 + title: Open text justification. + title.zh: 打开文本两端对齐 + description: Default text is left-aligned. If it is turned off, it is justified. + description.zh: 默认文本左对齐,关闭则两端对齐。 type: class-toggle - id: editor-width @@ -596,10 +596,10 @@ ol { text-align: left; } -body:not(.text-justify) .mod-cm6 .cm-editor .cm-line, -body:not(.text-justify) p, -body:not(.text-justify) li, -body:not(.text-justify) ol { +body.text-justify .mod-cm6 .cm-editor .cm-line, +body.text-justify p, +body.text-justify li, +body.text-justify ol { text-align: justify; }