set img max-width 100%

This commit is contained in:
hezhendong 2025-03-15 19:08:22 +08:00
parent 9347fad1ca
commit d24fb74edd

View file

@ -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;