mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance(ui): alignment for block title marker
This commit is contained in:
@@ -200,10 +200,18 @@
|
||||
}
|
||||
|
||||
.block-title-wrap {
|
||||
@apply inline items-center flex-wrap;
|
||||
@apply inline;
|
||||
|
||||
> .ui__checkbox {
|
||||
@apply relative top-[3px];
|
||||
}
|
||||
|
||||
&.as-heading {
|
||||
@apply flex flex-1;
|
||||
@apply flex flex-1 items-center;
|
||||
|
||||
> .ui__checkbox {
|
||||
@apply top-0;
|
||||
}
|
||||
|
||||
h1& {
|
||||
.ui__icon.ti svg {
|
||||
|
||||
Reference in New Issue
Block a user