fix(ui): incorrect position of the number list fold arrow on mobile

This commit is contained in:
charlie
2023-05-15 19:06:56 +08:00
committed by Andelf
parent d97d200b05
commit 7c8bc62a68

View File

@@ -204,7 +204,11 @@
@apply h-[24px] mt-0 pr-[6px];
&.is-order-list {
@apply relative right-[3px] mr-0 pr-0;
@apply mr-0 pr-0;
.bullet-link-wrap {
@apply relative left-[-3px];
}
}
}