fix(ui): property below the block misaligned https://github.com/logseq/db-test/issues/122

This commit is contained in:
charlie
2024-10-08 11:05:34 +08:00
parent eed5c8bce4
commit 61f583e485
2 changed files with 8 additions and 6 deletions

View File

@@ -888,6 +888,12 @@ html.is-mac {
}
}
.positioned-properties.block-below {
.block-content.inline {
@apply flex;
}
}
.block-tags {
@apply flex flex-row flex-wrap self-start items-center;
min-height: 24px;
@@ -936,10 +942,6 @@ html.is-mac {
margin-top: 8px;
}
.ls-page-title .positioned-properties {
height: 54px;
}
.ls-page-title .block-tags {
@apply relative -right-1 min-h-full;
}