mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
fix: selected blocks order
also, catch all the errors for the main view so that it will not crash the whole app.
This commit is contained in:
@@ -650,6 +650,14 @@ span.warning {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a.error,
|
||||
span.error {
|
||||
background: red;
|
||||
padding: 0.1em 0.4em;
|
||||
border-radius: var(--ls-border-radius-low);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
img.small {
|
||||
display: inline;
|
||||
width: 20px;
|
||||
|
||||
Reference in New Issue
Block a user