mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): align the number list with the bullet list prefix marker
This commit is contained in:
@@ -202,11 +202,11 @@
|
||||
|
||||
.block-control-wrap {
|
||||
height: 24px;
|
||||
min-width: 50px;
|
||||
min-width: 44px;
|
||||
margin-top: 0;
|
||||
|
||||
&.is-order-list {
|
||||
@apply relative right-[6px] mr-0;
|
||||
@apply relative right-[3px] mr-0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -532,7 +532,7 @@
|
||||
}
|
||||
|
||||
&.as-order-list {
|
||||
@apply w-[28px] whitespace-nowrap justify-center pl-[3px];
|
||||
@apply w-[22px] whitespace-nowrap justify-center pl-[3px];
|
||||
}
|
||||
|
||||
.bullet {
|
||||
|
||||
Reference in New Issue
Block a user