Vanessa 2 gadi atpakaļ
vecāks
revīzija
0f15f23cad

+ 0 - 1
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";
         }
-
     </style>
 </head>
 <body>

+ 6 - 0
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);