Change order in mobile menu

auto_join_3.3
Mészáros Mihály 2020-05-19 14:11:25 +02:00
parent c7ba8b2dc9
commit f682529395
1 changed files with 7 additions and 8 deletions

View File

@ -472,13 +472,6 @@ const TopBar = (props) =>
}
</div>
<div className={classes.sectionMobile}>
<IconButton
aria-haspopup='true'
onClick={handleMobileMenuOpen}
color='inherit'
>
<MoreIcon />
</IconButton>
{ lobbyPeers.length > 0 &&
<Tooltip
title={intl.formatMessage({
@ -507,7 +500,13 @@ const TopBar = (props) =>
</span>
</Tooltip>
}
<IconButton
aria-haspopup='true'
onClick={handleMobileMenuOpen}
color='inherit'
>
<MoreIcon />
</IconButton>
</div>
<div className={classes.divider} />
<Button