[Glitch] Change responsive break points on navigation panel in web UI

Port 28c4eca0af to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-09-25 18:36:19 +02:00
committed by Claire
parent b8c23f94b0
commit 157ecf255b
5 changed files with 113 additions and 92 deletions

View File

@@ -43,10 +43,7 @@ class AccountNavigation extends PureComponent {
}
return (
<>
<div className='flex-spacer' />
<FeaturedTags accountId={accountId} tagged={tagged} />
</>
<FeaturedTags accountId={accountId} tagged={tagged} />
);
}