mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
enhance: add blocks-properties style
This commit is contained in:
@@ -1321,7 +1321,7 @@
|
||||
properties (sort properties)]
|
||||
(cond
|
||||
(seq properties)
|
||||
[:div
|
||||
[:div.blocks-properties
|
||||
(for [[k v] properties]
|
||||
(rum/with-key (property-cp config block k v)
|
||||
(str (:block/uuid block) "-" k)))]
|
||||
|
||||
@@ -161,6 +161,7 @@
|
||||
}
|
||||
|
||||
.blocks-properties {
|
||||
padding: 4px 8px;
|
||||
background-color: var(--ls-block-properties-background-color, #f0f8ff);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user