Best distribution

This commit is contained in:
koalasat
2025-07-11 21:38:27 +02:00
parent 5ace7ab864
commit 22c2730d8b

View File

@ -56,7 +56,7 @@ const AppBar = ({ changePage }: AppBarProps): React.JSX.Element => {
return ( return (
<Box sx={{ flexGrow: 1 }}> <Box sx={{ flexGrow: 1 }}>
<Bar position='fixed' sx={{ top: 'auto', bottom: 0 }}> <Bar position='fixed' sx={{ top: 'auto', bottom: 0 }}>
<Toolbar> <Toolbar style={{ display: 'flex', justifyContent: 'space-between', flexGrow: 1 }}>
<Button <Button
size='large' size='large'
color='inherit' color='inherit'
@ -74,7 +74,7 @@ const AppBar = ({ changePage }: AppBarProps): React.JSX.Element => {
> >
<SettingsApplications /> <SettingsApplications />
</Button> </Button>
<Typography variant='h6' noWrap component='div' sx={{ flexGrow: 1 }} /> <div style={{ width: '64px' }} />
<Fab <Fab
color='secondary' color='secondary'
aria-label='add' aria-label='add'