From 4e21735d7b11906808c9010a06c45bfe9179fc94 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 18 Dec 2022 18:05:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DMarkdown=20=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E6=B2=A1=E6=9C=89=E6=A0=B7=E5=BC=8F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-it.json | 3 +-- client/web/src/components/Markdown.less | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.release-it.json b/.release-it.json index b3b3d4bd..4e5fdb5c 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,7 +1,6 @@ { "github": { - "release": true, - "web": true + "release": true }, "git": { "commitMessage": "chore: release v${version}" diff --git a/client/web/src/components/Markdown.less b/client/web/src/components/Markdown.less index 59f67763..a8f27f2f 100644 --- a/client/web/src/components/Markdown.less +++ b/client/web/src/components/Markdown.less @@ -27,4 +27,8 @@ margin-top: 0; margin-bottom: 16px; } + + blockquote { + @apply px-2 text-gray-500 border-l-3 border-gray-500; + } }