diff --git a/my-blog/static/css/style.css b/my-blog/static/css/style.css index 0ea5489..14563f4 100644 --- a/my-blog/static/css/style.css +++ b/my-blog/static/css/style.css @@ -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; } -} \ No newline at end of file +} diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html index 95bcb4d..c8f851d 100644 --- a/my-blog/templates/oauth-assets.html +++ b/my-blog/templates/oauth-assets.html @@ -1,3 +1,3 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/oauth/src/App.css b/oauth/src/App.css index d86090a..2601f69 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -175,6 +175,14 @@ .comment-item { padding: 0px; } + + .auth-section { + padding: 0px; + } + + .comments-list { + padding: 0px; + } } .gacha-section { diff --git a/oauth/src/App.tsx b/oauth/src/App.tsx index 2ee17c7..1b55379 100644 --- a/oauth/src/App.tsx +++ b/oauth/src/App.tsx @@ -1048,9 +1048,6 @@ function App() { {/* Comments List */} {activeTab === 'comments' && (
{appConfig.rkey ? `No comments for this post yet` : `No comments yet`}