fix: can't jump to the correct position when editing number list

This commit is contained in:
Tienson Qin
2023-05-15 15:54:00 +08:00
parent e9620959e0
commit 7f56e83df7
2 changed files with 10 additions and 5 deletions

View File

@@ -538,6 +538,8 @@
.bullet {
@apply rounded-full w-[6px] h-[6px];
font-size: 14px;
background-color: var(--ls-block-bullet-color, #394b59);
transition: transform 0.2s;