From 0f15f23cada236ca4da50cbd68df42ba7d4fc461 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 12 Jun 2023 22:49:21 +0800 Subject: [PATCH] :iphone: --- app/appearance/boot/index.html | 1 - app/src/assets/scss/protyle/_wysiwyg.scss | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/appearance/boot/index.html b/app/appearance/boot/index.html index 1c7716acf..d9cfb9958 100644 --- a/app/appearance/boot/index.html +++ b/app/appearance/boot/index.html @@ -16,7 +16,6 @@ font-size: 12px; font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"; } - diff --git a/app/src/assets/scss/protyle/_wysiwyg.scss b/app/src/assets/scss/protyle/_wysiwyg.scss index 4547dd37c..75b54c4ff 100644 --- a/app/src/assets/scss/protyle/_wysiwyg.scss +++ b/app/src/assets/scss/protyle/_wysiwyg.scss @@ -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);