Action bar fixes

This commit is contained in:
Philipp Heckel 2022-02-26 14:36:23 -05:00
parent d705d3c3b1
commit fb90ab480a
2 changed files with 4 additions and 2 deletions

View file

@ -65,7 +65,9 @@ const NavList = (props) => {
const showGrantPermissionsBox = props.subscriptions.size() > 0 && !props.notificationsGranted;
return (
<>
<Toolbar/>
<Toolbar sx={{
display: { xs: 'none', sm: 'block' }
}}/>
<List component="nav" sx={{
paddingTop: (showGrantPermissionsBox) ? '0' : ''
}}>