feat(ui): implement line numbering feature for post content with dynamic updates

这个提交包含在:
2026-01-29 17:55:54 +08:00 未验证
父节点 d3af9f09d9
当前提交 347c12de80
修改 6 个文件,包含 223 行新增15 行删除
-9
查看文件
@@ -173,15 +173,6 @@ blockquote {
padding-right: 0;
}
&:before {
content: '';
font-family: Georgia, serif;
font-size: 3.875rem;
position: absolute;
left: -40px;
top: -20px;
}
p:first-of-type {
margin-top: 0;
}