This commit is contained in:
Vanessa 2023-06-12 22:49:21 +08:00
parent 9fc2c5ddf8
commit 0f15f23cad
2 changed files with 6 additions and 1 deletions

View file

@ -227,6 +227,12 @@
border-left: 1px dashed var(--b3-theme-surface-lighter);
max-width: 100%;
// 由于 https://github.com/siyuan-note/siyuan/issues/8402 custom-type=脑图
// 列表下有嵌入块会导致无法右滑
.protyle-attr--refcount {
right: 0;
}
& > .protyle-wysiwyg__embed {
-webkit-user-modify: read-only;
border-top: 1px dashed var(--b3-theme-surface-lighter);