Skip to content

Commit

Permalink
fix(style): alignment of block control when indent children block
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Jan 17, 2021
1 parent da8b92c commit 8bc0177
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/frontend/components/block.css
Expand Up @@ -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,
Expand Down

0 comments on commit 8bc0177

Please sign in to comment.