fixing footer spacing and such
This commit is contained in:
@@ -112,11 +112,17 @@ export default function FooterControls() {
|
|||||||
justifyContent={'center'}
|
justifyContent={'center'}
|
||||||
spacing={1}
|
spacing={1}
|
||||||
>
|
>
|
||||||
<IconButton color="primary" size="small">
|
<Container
|
||||||
<FiSun />
|
maxWidth={'sm'}
|
||||||
</IconButton>
|
sx={{
|
||||||
|
display: 'flex',
|
||||||
|
justifyContent: 'center',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<IconButton color="primary" size="small">
|
||||||
|
<FiSun />
|
||||||
|
</IconButton>
|
||||||
|
|
||||||
<Container maxWidth={'md'}>
|
|
||||||
<ConversationLabel
|
<ConversationLabel
|
||||||
users={selectedConversation.userCache ?? []}
|
users={selectedConversation.userCache ?? []}
|
||||||
conversationName={selectedConversation.name}
|
conversationName={selectedConversation.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user