Vanessa 2025-06-28 11:45:07 +08:00
parent 8e20b1010a
commit c45d8cf0bd
2 changed files with 2 additions and 1 deletions

View file

@ -436,7 +436,6 @@
vertical-align: top; // https://ld246.com/article/1647522074722
margin: 0 auto;
max-width: 100%;
// user-select: none; 会导致图片无法复制 https://github.com/siyuan-note/siyuan/issues/15151
word-break: keep-all;
white-space: nowrap;

View file

@ -409,6 +409,8 @@
}
.img {
user-select: none;
// 不能放在 typography https://github.com/siyuan-note/siyuan/issues/9844
&:not([style]) {
display: initial;