mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
0cc3078cf2
commit
beb0032c16
3 changed files with 6 additions and 6 deletions
|
|
@ -18,6 +18,7 @@
|
|||
justify-content: center;
|
||||
color: var(--b3-theme-on-surface);
|
||||
align-items: center;
|
||||
border-radius: 0 0 var(--b3-border-radius-b) var(--b3-border-radius-b);
|
||||
|
||||
&--space {
|
||||
padding: 16px;
|
||||
|
|
|
|||
|
|
@ -301,6 +301,11 @@
|
|||
font-family: var(--b3-font-family-code);
|
||||
min-height: 22px !important;
|
||||
overflow-x: overlay;
|
||||
|
||||
&.protyle-linenumber {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
[data-subtype="echarts"],
|
||||
|
|
|
|||
|
|
@ -239,12 +239,6 @@
|
|||
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