diff --git a/web/components/admin/MainLayout.tsx b/web/components/admin/MainLayout.tsx index 1efe5e3b3..51829903f 100644 --- a/web/components/admin/MainLayout.tsx +++ b/web/components/admin/MainLayout.tsx @@ -328,7 +328,7 @@ export const MainLayout: FC = ({ children }) => { icon={} size="small" onClick={handleCreatePostButtonPressed} - style={{ display: federationEnabled ? 'block' : 'none', margin: '10px' }} + style={{ display: federationEnabled ? 'flex' : 'none', margin: '10px' }} > Compose Post