bugfix: tablet guideline aligment

This commit is contained in:
何振东 2026-04-29 14:23:39 +08:00
parent 91c87467f4
commit 811f0389e3

View file

@ -1368,6 +1368,11 @@ ul>li::marker {
margin-left: 12px;
}
.is-tablet .markdown-rendered.show-indentation-guide ol::before {
margin-left: 4px;
}
.markdown-rendered.show-indentation-guide ul::before {
margin-left: 5px;
}