fix: block marker/priority is not displayed in references

Close #1377
Close #1601
Close #1871
This commit is contained in:
Tienson Qin
2021-05-21 20:40:00 +08:00
parent 691c3972a2
commit ab8c8f47ae
5 changed files with 120 additions and 91 deletions

View File

@@ -4,7 +4,7 @@
--ls-page-text-size: 1em;
--ls-page-title-size: 36px;
--ls-font-family: 'Inter';
--ls-main-content-max-width: 700px;
--ls-main-content-max-width: 740px;
--ls-border-radius-low: 4px;
--ls-border-radius-medium: 8px;
}
@@ -727,6 +727,11 @@ a.fade-link:hover {
height: 20px;
}
.svg-small svg {
transform: scale(0.6);
display: inline;
}
/* < > buttons */
a.navigation {
@@ -759,6 +764,7 @@ mark {
.block-ref {
padding: 2px 5px;
display: inline;
}
.block-ref .block-ref {