feat: 优化 tags 页导航栏间距

This commit is contained in:
Palm Civet
2025-08-21 23:40:31 +08:00
parent feed97154a
commit c53f91913c

View File

@@ -449,7 +449,7 @@ const sanitizeDescription = (text) => stripMarkdown(text)
}
.topic-item {
padding: 2px 10px;
padding: 10px 20px;
cursor: pointer;
}