mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
set img max-width 100%
This commit is contained in:
parent
9347fad1ca
commit
d24fb74edd
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue