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">
|
<Col className="gap-2 sm:flex-row sm:items-center sm:gap-4">
|
||||||
<FollowingButton user={user} />
|
<Row className="gap-4">
|
||||||
<FollowersButton user={user} />
|
<FollowingButton user={user} />
|
||||||
|
<FollowersButton user={user} />
|
||||||
|
</Row>
|
||||||
|
|
||||||
{user.website && (
|
{user.website && (
|
||||||
<SiteLink
|
<SiteLink
|
||||||
|
|
Loading…
Reference in New Issue
Block a user