mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): align left for the number list marker
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
margin-top: 0;
|
||||
|
||||
&.is-order-list {
|
||||
@apply relative right-0;
|
||||
@apply relative right-0 mr-0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -531,10 +531,7 @@
|
||||
}
|
||||
|
||||
&.as-order-list {
|
||||
min-width: 16px;
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
justify-content: end;
|
||||
@apply w-[28px] whitespace-nowrap justify-start;
|
||||
}
|
||||
|
||||
.bullet {
|
||||
|
||||
Reference in New Issue
Block a user