This commit is contained in:
Vanessa 2023-12-08 23:18:13 +08:00
parent a2bae98316
commit 7742223828
2 changed files with 5 additions and 4 deletions

View file

@ -406,10 +406,6 @@
max-width: 100%;
user-select: none;
&:not([style]) {
display: initial;
}
& > span:nth-child(2) {
max-width: calc(100% - 10px);
position: relative;

View file

@ -294,6 +294,11 @@
}
.img {
// 不能放在 typography https://github.com/siyuan-note/siyuan/issues/9844
&:not([style]) {
display: initial;
}
&--select {
filter: brightness(0.68);
}