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

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