fix layout

This commit is contained in:
2025-06-21 15:46:21 +09:00
parent 6be024864d
commit 31af524303
4 changed files with 19 additions and 17 deletions

View File

@ -203,7 +203,7 @@ body {
display: flex;
align-items: center;
padding: 0;
gap: 0;
/* gap: 0; */
width: 100%;
/* max-width: 400px; */
}
@ -725,7 +725,7 @@ body {
.oauth-header-content {
max-width: 100% !important;
width: 100% !important;
padding: 10px 15px !important;
padding: 10px 0px !important;
margin: 0px !important;
overflow-x: hidden !important;
}

View File

@ -415,16 +415,18 @@ Answer:`
<div className="main-content">
<div className="content-area">
<div className="comment-form">
<CommentForm
user={user}
agent={agent}
onCommentPosted={() => {
refreshAdminData?.()
refreshUserData?.()
}}
/>
</div>
{user && (
<div className="comment-form">
<CommentForm
user={user}
agent={agent}
onCommentPosted={() => {
refreshAdminData?.()
refreshUserData?.()
}}
/>
</div>
)}
<RecordTabs
langRecords={langRecords}