enhance(ui): alignment for the heading block bullet

pull/11177/head
charlie 2024-05-06 15:14:23 +08:00
parent f37fe09c95
commit 6bc37a8c89
1 changed files with 3 additions and 7 deletions

View File

@ -419,13 +419,13 @@
&:has(h3.as-heading) {
.block-control-wrap {
@apply relative top-1;
@apply relative top-[3px];
}
}
&:has(h4.as-heading) {
&:has(h5.as-heading) {
.block-control-wrap {
@apply relative top-0.5;
@apply relative -top-[1px];
}
}
@ -444,10 +444,6 @@
}
}
.block-children {
> .ls-block:first-child {}
}
.ls-block h1,
.editor-inner .h1.uniline-block {
font-size: 2em;