mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: block marker/priority is not displayed in references
Close #1377 Close #1601 Close #1871
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
.blocks-container {
|
||||
}
|
||||
|
||||
.block-content-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.block-content {
|
||||
min-height: 24px;
|
||||
max-width: 100%;
|
||||
@@ -86,11 +90,10 @@
|
||||
}
|
||||
|
||||
.open-block-ref-link {
|
||||
@apply py-0 px-1 rounded opacity-50 hover:opacity-100;
|
||||
font-size: 12px;
|
||||
line-height: 1em;
|
||||
position: relative;
|
||||
right: -4px;
|
||||
@apply opacity-30 hover:opacity-100;
|
||||
background-color: var(--ls-page-properties-background-color);
|
||||
padding: 1px 4px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.block-body {
|
||||
|
||||
Reference in New Issue
Block a user