mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
Best distribution
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user