Fix bullet visibility and icon button sizing

- Don't hide bullet on empty blocks that have tags (may have inline icon)
- Set consistent 24x24 button size for inline icon picker

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
scheinriese
2026-01-31 00:11:46 +01:00
parent d4d6e47f12
commit e73643227e
2 changed files with 4 additions and 2 deletions

View File

@@ -1792,7 +1792,9 @@
(not top?)
(not bottom?)
(not (util/react *control-show?))
(not (:logseq.property/created-from-property block)))
(not (:logseq.property/created-from-property block))
;; Don't hide bullet if block has tags (may have inline icon)
(empty? (:block/tags block)))
(and doc-mode?
(not collapsed?)
(not (util/react *control-show?))))

View File

@@ -991,7 +991,7 @@ html.is-mac {
}
.inline-block-icon .ui__button {
@apply px-0.5 py-0.5 h-auto;
@apply w-6 h-6 p-0;
}
.positioned-properties {