mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
fix: block content (Icon + Text) misaligned
related to https://github.com/logseq/db-test/issues/314
This commit is contained in:
@@ -1067,8 +1067,16 @@ html.is-mac {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.ls-page-title .positioned-properties, .ls-page-title .time-spent {
|
||||
margin-top: 15px;
|
||||
.ls-page-title {
|
||||
.positioned-properties, .time-spent {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.ls-page-title .ls-properties-area {
|
||||
.positioned-properties, .time-spent {
|
||||
margin-top: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.ls-page-title .ls-page-icon button {
|
||||
|
||||
Reference in New Issue
Block a user