This commit is contained in:
parent
a2bae98316
commit
7742223828
2 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -294,6 +294,11 @@
|
|||
}
|
||||
|
||||
.img {
|
||||
// 不能放在 typography 下 https://github.com/siyuan-note/siyuan/issues/9844
|
||||
&:not([style]) {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
&--select {
|
||||
filter: brightness(0.68);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue