group page max width

This commit is contained in:
mantikoros 2022-07-20 16:06:24 -05:00
parent c35d0a8bc6
commit 302a635542

View File

@ -253,7 +253,7 @@ export default function GroupPage(props: {
<Page
rightSidebar={showChatSidebar ? chatTab : undefined}
rightSidebarClassName={showChatSidebar ? '!top-0' : ''}
className={showChatSidebar ? '!max-w-none !pb-0' : ''}
className={showChatSidebar ? '!max-w-7xl !pb-0' : ''}
>
<SEO
title={group.name}