mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 22:24:09 +00:00
fix: style
This commit is contained in:
@@ -97,8 +97,8 @@
|
||||
(let [lookup (if (integer? db-id) db-id [:block/uuid db-id])
|
||||
page (db/entity repo lookup)]
|
||||
(if (ldb/page? page)
|
||||
[[:.flex.items-center.page-title
|
||||
(icon/get-node-icon-cp page {:class "text-md mr-2"})
|
||||
[[:.flex.items-center.page-title.gap-1
|
||||
(icon/get-node-icon-cp page {:class "text-md"})
|
||||
[:span.overflow-hidden.text-ellipsis (:block/title page)]]
|
||||
(page-cp repo (str (:block/uuid page)))]
|
||||
(block-with-breadcrumb repo page idx [repo db-id block-type] false)))
|
||||
|
||||
Reference in New Issue
Block a user