enhance(editor): style of fallback ui

pull/3103/head
charlie 2021-11-08 16:54:55 +08:00 committed by Tienson Qin
parent df40dbd4f8
commit 565b3b9b9c
2 changed files with 1 additions and 6 deletions

View File

@ -1851,7 +1851,7 @@
[:a.text-xs.opacity-50.hover:opacity-80
{:href "https://github.com/logseq/logseq/issues"
:target "_blank"} "report issue"]]
[:pre content]]))
[:pre.m-0.text-sm content]]))
(rum/defc block-content-or-editor < rum/reactive
[config {:block/keys [uuid body format] :as block} edit-input-id block-id heading-level edit?]

View File

@ -91,11 +91,6 @@
&-fallback-ui {
padding:10px 15px;
border-color: var(--ls-secondary-border-color);
pre {
font-size: 13px;
margin: 0;
}
}
}