From d19cf0ec0ebf0d9fde3885164c27a24d12364266 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 12 Jul 2023 11:21:32 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/8715 --- app/src/assets/scss/protyle/_wysiwyg.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/assets/scss/protyle/_wysiwyg.scss b/app/src/assets/scss/protyle/_wysiwyg.scss index 611a85d70..25a86ff1a 100644 --- a/app/src/assets/scss/protyle/_wysiwyg.scss +++ b/app/src/assets/scss/protyle/_wysiwyg.scss @@ -239,6 +239,9 @@ border-left: 1px dashed var(--b3-theme-surface-lighter); max-width: 100%; + // https://github.com/siyuan-note/siyuan/issues/8715 & https://ld246.com/article/1689063197687 第一点无法进行以下设置 + //.protyle-attr--refcount {right: 0;} + & > .protyle-wysiwyg__embed { -webkit-user-modify: read-only; border-top: 1px dashed var(--b3-theme-surface-lighter);