From 5ec6eea6ad98c1acdb060916b4084196713adfde Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 8 Dec 2022 23:33:26 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=AE=BF=E9=97=AE=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E9=A1=B5=E6=94=AF=E6=8C=81=E5=A4=9A=E8=AF=AD=E8=A8=80=20https:?= =?UTF-8?q?//github.com/siyuan-note/siyuan/issues/6824?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/stage/auth.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/stage/auth.html b/app/stage/auth.html index 0f471905f..ddb9c231f 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -137,16 +137,16 @@ } .b3-code { - padding: 0.2em 0.4em; - margin: 0; - font-size: 85%; - border-radius: 3px; - font-family: "JetBrainsMono-Regular", mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"; - word-break: break-word; - background-size: 20px 20px; - white-space: pre-wrap; - background-color: rgba(27, 31, 35, .05); - } + padding: 0.2em 0.4em; + margin: 0; + font-size: 85%; + border-radius: 3px; + font-family: "JetBrainsMono-Regular", mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"; + word-break: break-word; + background-size: 20px 20px; + white-space: pre-wrap; + background-color: rgba(27, 31, 35, .05); + }