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

@@ -363,6 +363,7 @@ article.article-content {
.article-actions {
display: flex;
gap: 12px;
padding: 15px 0;
}
.action-btn {
@@ -896,11 +897,11 @@ article.article-content {
padding: 16px;
}
.article-title {
font-size: 24px;
}
.article-title {
font-size: 24px;
padding: 30px 0px;
}
.message-header .avatar {
width: 32px;
height: 32px;
@@ -917,4 +918,4 @@ article.article-content {
width: 100%;
padding: 0;
}
}
}

View File

@@ -1,3 +1,3 @@
<!-- OAuth Comment System - Load globally for session management -->
<script type="module" crossorigin src="/assets/comment-atproto-D-N-GGu9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-9X05-W3D.css">
<script type="module" crossorigin src="/assets/comment-atproto-DnAMiyGQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-DLari4ye.css">

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`}