mirror of
https://github.com/logseq/logseq.git
synced 2026-05-30 07:29:48 +00:00
fix: comment icon alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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))))))
|
||||
|
||||
Reference in New Issue
Block a user