cleaning up footer

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