fix: comment icon alignment

This commit is contained in:
Tienson Qin
2026-05-20 02:51:20 +08:00
parent 8e48079bfb
commit 553f15a4cd
2 changed files with 3 additions and 1 deletions

View File

@@ -222,7 +222,7 @@
.ls-block-comment-thread-button {
flex: none;
align-self: center;
align-self: flex-start;
width: 24px !important;
min-width: 24px;
height: 24px !important;

View File

@@ -117,6 +117,8 @@
[?block :block/uuid ?block-uuid]
[?comments-area :logseq.property.comments/blocks ?block]
[?comments-area :block/tags :logseq.class/Comments]
[?comments-area :block/parent ?comments-area-parent]
[(not= ?comments-area-parent ?block)]
[(missing? $ ?comments-area :logseq.property/deleted-at)]]
block-uuids)]
(mapv str result))))))