Merge pull request #1146 from logseq/fix/alignment-of-indent-block

fix(style): alignment of block control when indent children block
pull/1152/head
Tienson Qin 2021-01-17 06:39:00 -08:00 committed by GitHub
commit ed04da15b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -93,6 +93,15 @@
.block-children { .block-children {
border-left: 2px solid; border-left: 2px solid;
border-left-color: var(--ls-guideline-color, #ddd); border-left-color: var(--ls-guideline-color, #ddd);
padding-top: 2px;
padding-bottom: 3px;
> .ls-block {
&:last-child {
margin-bottom: -5px;
}
}
} }
.block-control, .block-control,