fix profile tab styling
This commit is contained in:
parent
a1c3d0a2dd
commit
2240db9baa
|
@ -254,6 +254,7 @@ export function UserPage(props: { user: User }) {
|
|||
</Row>
|
||||
)}
|
||||
<QueryUncontrolledTabs
|
||||
className="mb-4"
|
||||
currentPageForAnalytics={'profile'}
|
||||
labelClassName={'pb-2 pt-1 '}
|
||||
tabs={[
|
||||
|
@ -283,7 +284,7 @@ export function UserPage(props: { user: User }) {
|
|||
title: 'Stats',
|
||||
content: (
|
||||
<Col className="mb-8">
|
||||
<Row className={'mb-8 flex-wrap items-center gap-6'}>
|
||||
<Row className="mb-8 flex-wrap items-center gap-x-6 gap-y-2">
|
||||
<FollowingButton user={user} />
|
||||
<FollowersButton user={user} />
|
||||
<ReferralsButton user={user} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user