mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: align block content for ordered items and unordered items
This commit is contained in:
@@ -202,6 +202,7 @@
|
||||
|
||||
.block-control-wrap {
|
||||
height: 24px;
|
||||
min-width: 50px;
|
||||
margin-top: 0;
|
||||
|
||||
&.is-order-list {
|
||||
@@ -531,7 +532,7 @@
|
||||
}
|
||||
|
||||
&.as-order-list {
|
||||
@apply w-[28px] whitespace-nowrap justify-start pl-[4px];
|
||||
@apply w-[28px] whitespace-nowrap justify-start pl-[3px];
|
||||
}
|
||||
|
||||
.bullet {
|
||||
|
||||
Reference in New Issue
Block a user