cleaning up footer
This commit is contained in:
@@ -78,7 +78,7 @@ export default function FooterControls() {
|
|||||||
<Switch color="secondary" size="small" />
|
<Switch color="secondary" size="small" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Stack direction={'row'} alignItems={'center'} component="div" sx={{ flex: 1 }}>
|
<Stack direction={'row'} alignItems={'center'} component="div">
|
||||||
<Tooltip title="Sound configuration">
|
<Tooltip title="Sound configuration">
|
||||||
<IconButton color="inherit" size="small">
|
<IconButton color="inherit" size="small">
|
||||||
<FiHeadphones />
|
<FiHeadphones />
|
||||||
@@ -91,14 +91,11 @@ export default function FooterControls() {
|
|||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
{selectedConversation && (
|
{selectedConversation && (
|
||||||
<Box sx={{ mx: 'auto' }}>
|
|
||||||
<Stack
|
<Stack
|
||||||
direction={'row'}
|
direction={'row'}
|
||||||
sx={{
|
sx={{
|
||||||
py: 2,
|
flex: 1,
|
||||||
px: 2,
|
mx: 'auto',
|
||||||
borderBottom: '1px solid',
|
|
||||||
borderBottomColor: blueGrey[100],
|
|
||||||
WebkitAppRegion: 'drag',
|
WebkitAppRegion: 'drag',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
@@ -134,7 +131,6 @@ export default function FooterControls() {
|
|||||||
))}
|
))}
|
||||||
</AvatarGroup>
|
</AvatarGroup>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Box>
|
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* todo: add a third mode which is when toggle broadcasting */}
|
{/* todo: add a third mode which is when toggle broadcasting */}
|
||||||
|
|||||||
Reference in New Issue
Block a user