[Glitch] fix: Fix cramped layout of follower recommendations on small viewports

Port 2c828748a3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-06-11 17:15:12 +02:00
committed by Claire
parent 0629ea4cba
commit 1a732157d4
6 changed files with 267 additions and 171 deletions

View File

@@ -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>