mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
enhance: block expand/collapse toggle
1. Display `Expand all` where there're already collapsed blocks. This applies to `Collapse all` too. 2. Make the guideline bold when hovering on it. 3. Simplify some logic
This commit is contained in:
@@ -141,6 +141,11 @@
|
||||
background-color: var(--ls-guideline-color, #ddd);
|
||||
}
|
||||
|
||||
.block-children-left-border:hover {
|
||||
padding-right: 0px;
|
||||
background-color: var(--ls-primary-text-color);
|
||||
}
|
||||
|
||||
.block-children {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 3px;
|
||||
|
||||
Reference in New Issue
Block a user