mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): force inline layout of block ref elements
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
border-bottom-color: var(--ls-block-ref-link-text-color);
|
||||
cursor: alias;
|
||||
padding: 2px 0;
|
||||
display: inline-block;
|
||||
display: inherit;
|
||||
|
||||
&:hover {
|
||||
color: var(--ls-link-text-hover-color);
|
||||
@@ -235,6 +235,14 @@
|
||||
|
||||
.block-content {
|
||||
cursor: inherit;
|
||||
|
||||
&-inner {
|
||||
display: inherit;
|
||||
|
||||
> * {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user