fix
This commit is contained in:
@@ -175,6 +175,14 @@
|
||||
.comment-item {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.auth-section {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.comments-list {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.gacha-section {
|
||||
|
@@ -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`}
|
||||
|
Reference in New Issue
Block a user