From d24fb74edd5e29329ecafaaa98404999c1fe6975 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Sat, 15 Mar 2025 19:08:22 +0800 Subject: [PATCH] set img max-width 100% --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 228bb7b..47d873d 100644 --- a/theme.css +++ b/theme.css @@ -332,6 +332,10 @@ body:not(.is-mobile) .workspace-split.mod-left-split .workspace-sidedock-vault-p /* display: none; */ } +img { + max-width: 100%; +} + /* 隐藏顶部header 的底部分隔线 */ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspace-tab-header-container { border: none;