fix(style): alignment of block control when indent children block

This commit is contained in:
charlie
2021-01-17 21:34:12 +08:00
parent da8b92c0b3
commit 8bc0177cb0

View File

@@ -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,