mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 19:19:06 +03:00
switch "Compose Post" button's display to flex to make use of the gap attribute
This commit is contained in:
parent
eff5ef7776
commit
ac896bdb34
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
|||
icon={<EditOutlined />}
|
||||
size="small"
|
||||
onClick={handleCreatePostButtonPressed}
|
||||
style={{ display: federationEnabled ? 'block' : 'none', margin: '10px' }}
|
||||
style={{ display: federationEnabled ? 'flex' : 'none', margin: '10px' }}
|
||||
>
|
||||
Compose Post
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue