fix: 帖子元素 -- 上下间距一样 #846

This commit is contained in:
tim
2025-09-07 14:08:37 +08:00
parent d94302635a
commit 786e60e8e5

View File

@@ -558,7 +558,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
.article-item-description {
max-width: 100%;
margin-top: 10px;
margin-top: 5px;
font-size: 13px;
color: rgba(140, 140, 140, 0.888);
display: -webkit-box;