mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
fix: block marker/priority is not displayed in references
Close #1377 Close #1601 Close #1871
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user