enhance(ui): alignment for the heading block bullet

This commit is contained in:
charlie
2024-05-06 15:14:23 +08:00
parent f37fe09c95
commit 6bc37a8c89

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;