mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
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:
@@ -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?))))
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user