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" /> <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 */}