fix: Fix cramped layout of follower recommendations on small viewports (#34967)
This commit is contained in:
parent
1623d54ec0
commit
2c828748a3
6 changed files with 266 additions and 170 deletions
|
|
@ -170,7 +170,7 @@ export const Follows: React.FC<{
|
|||
}
|
||||
>
|
||||
{displayedAccountIds.map((accountId) => (
|
||||
<Account id={accountId} key={accountId} withBio />
|
||||
<Account id={accountId} key={accountId} withBio withMenu={false} />
|
||||
))}
|
||||
</ScrollableList>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue