Tweak layout of user page buttons
This commit is contained in:
parent
077bd946ff
commit
25c1e9c3a3
|
@ -161,9 +161,11 @@ export function UserPage(props: {
|
|||
</>
|
||||
)}
|
||||
|
||||
<Col className="sm:flex-row sm:items-center sm:gap-4">
|
||||
<FollowingButton user={user} />
|
||||
<FollowersButton user={user} />
|
||||
<Col className="gap-2 sm:flex-row sm:items-center sm:gap-4">
|
||||
<Row className="gap-4">
|
||||
<FollowingButton user={user} />
|
||||
<FollowersButton user={user} />
|
||||
</Row>
|
||||
|
||||
{user.website && (
|
||||
<SiteLink
|
||||
|
|
Loading…
Reference in New Issue
Block a user