From c900162c717c9ba0a70f5ac3916e9fd1d72a9f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E6=B1=9D?= Date: Fri, 23 Aug 2024 15:24:40 +0800 Subject: [PATCH] fix: change image max width --- src/styles/doc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/doc.scss b/src/styles/doc.scss index ecde748f..fdc3c37c 100644 --- a/src/styles/doc.scss +++ b/src/styles/doc.scss @@ -1075,7 +1075,7 @@ h1:hover .anchor svg, h2:hover .anchor svg, h3:hover .anchor svg, h4:hover .anch .markdown-body img { background-color: #fff; box-sizing: content-box; - max-width: 100%; + max-width: 800px; } .markdown-body img[align="right"] { -- Gitee