mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
🎨 https://github.com/siyuan-note/siyuan/pull/15152 https://github.com/siyuan-note/siyuan/issues/9596
This commit is contained in:
parent
8e20b1010a
commit
c45d8cf0bd
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -409,6 +409,8 @@
|
|||
}
|
||||
|
||||
.img {
|
||||
|
||||
user-select: none;
|
||||
// 不能放在 typography 下 https://github.com/siyuan-note/siyuan/issues/9844
|
||||
&:not([style]) {
|
||||
display: initial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue