fix mobile css

This commit is contained in:
2025-06-14 22:20:19 +09:00
parent ffa4fa0846
commit b3c1b01e9e
4 changed files with 95 additions and 12 deletions
my-blog
static
templates
oauth/src

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