mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
refactor: change comments position
This commit is contained in:
parent
98bb7f3dce
commit
d6bdbd276c
1 changed files with 8 additions and 8 deletions
|
@ -116,14 +116,6 @@ export const ReleasePage = (props: any) => {
|
|||
</div>
|
||||
)}
|
||||
|
||||
<div className="[grid-column:1] [grid-row:span_2]">
|
||||
<CommentsMain
|
||||
release_id={props.id}
|
||||
token={token}
|
||||
comments={data.release.comments}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{data.release.related_releases.length > 0 && (
|
||||
<div className="[grid-column:2] [grid-row:span_4]">
|
||||
<ReleaseInfoRelated
|
||||
|
@ -133,6 +125,14 @@ export const ReleasePage = (props: any) => {
|
|||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="[grid-column:1] [grid-row:span_2]">
|
||||
<CommentsMain
|
||||
release_id={props.id}
|
||||
token={token}
|
||||
comments={data.release.comments}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Reference in a new issue