mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ui): alignment for the block positioned icons
This commit is contained in:
@@ -413,18 +413,36 @@
|
||||
.block-control-wrap {
|
||||
@apply relative top-4;
|
||||
}
|
||||
|
||||
.block-content-or-editor-wrap {
|
||||
.positioned-properties {
|
||||
@apply relative top-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:has(h2.as-heading) {
|
||||
.block-control-wrap {
|
||||
@apply relative top-3;
|
||||
}
|
||||
|
||||
.block-content-or-editor-wrap {
|
||||
.positioned-properties {
|
||||
@apply relative top-3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:has(h3.as-heading) {
|
||||
.block-control-wrap {
|
||||
@apply relative top-[3px];
|
||||
}
|
||||
|
||||
.block-content-or-editor-wrap {
|
||||
.positioned-properties {
|
||||
@apply relative top-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:has(h5.as-heading) {
|
||||
|
||||
Reference in New Issue
Block a user