mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
fix: breadcrumb inline display
This commit is contained in:
@@ -101,17 +101,15 @@
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
@apply flex flex-row items-center flex-wrap;
|
||||
@apply inline;
|
||||
|
||||
.asset-container > img {
|
||||
height: 18px;
|
||||
width: unset !important;
|
||||
}
|
||||
|
||||
.inline-wrap {
|
||||
& > div, & > div > div {
|
||||
display: inherit;
|
||||
}
|
||||
a, svg, div {
|
||||
@apply inline;
|
||||
}
|
||||
|
||||
&.block-parents {
|
||||
|
||||
Reference in New Issue
Block a user