mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix(ui): property below the block misaligned https://github.com/logseq/db-test/issues/122
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user