This commit is contained in:
Vanessa 2023-07-12 11:07:22 +08:00
parent 0cc3078cf2
commit beb0032c16
3 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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"],

View file

@ -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);