mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
📱
This commit is contained in:
parent
9fc2c5ddf8
commit
0f15f23cad
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue