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:
Tienson Qin
2021-06-15 16:03:42 +08:00
parent 098d95d3c3
commit 0e31cdd8bd
7 changed files with 125 additions and 77 deletions

View File

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