mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix(style): alignment of block control when indent children block
This commit is contained in:
@@ -93,6 +93,15 @@
|
||||
.block-children {
|
||||
border-left: 2px solid;
|
||||
border-left-color: var(--ls-guideline-color, #ddd);
|
||||
|
||||
padding-top: 2px;
|
||||
padding-bottom: 3px;
|
||||
|
||||
> .ls-block {
|
||||
&:last-child {
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block-control,
|
||||
|
||||
Reference in New Issue
Block a user