group page max width
This commit is contained in:
parent
c35d0a8bc6
commit
302a635542
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user