mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ui): alignment for the heading block bullet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user