This commit is contained in:
2025-06-14 22:42:28 +09:00
parent dca9e6c9e8
commit 483d867d1e
4 changed files with 17 additions and 11 deletions

View File

@@ -175,6 +175,14 @@
.comment-item {
padding: 0px;
}
.auth-section {
padding: 0px;
}
.comments-list {
padding: 0px;
}
}
.gacha-section {

View File

@@ -1048,9 +1048,6 @@ function App() {
{/* Comments List */}
{activeTab === 'comments' && (
<div className="comments-list">
<div className="comments-header">
<h3>Comments</h3>
</div>
{comments.filter(shouldShowComment).length === 0 ? (
<p className="no-comments">
{appConfig.rkey ? `No comments for this post yet` : `No comments yet`}