mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 07:00:49 +08:00
fix: 帖子元素 -- 上下间距一样 #846
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user