mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
enhance: separate page properties from block properties
This commit is contained in:
@@ -160,11 +160,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.blocks-properties {
|
||||
.block-properties {
|
||||
margin: 4px 0;
|
||||
padding: 4px 8px;
|
||||
background-color: var(--ls-block-properties-background-color, #f0f8ff);
|
||||
}
|
||||
|
||||
.page-properties {
|
||||
background-color: var(--ls-page-properties-background-color);
|
||||
}
|
||||
|
||||
.marker-switch {
|
||||
padding: 2px 4px;
|
||||
opacity: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user