refactor(web): menu positioning

This commit is contained in:
Paul Armstrong
2021-02-06 20:59:11 -08:00
committed by Blake Blackshear
parent 19bd5ace7d
commit f00628f4e5
4 changed files with 32 additions and 23 deletions

View File

@@ -82,7 +82,7 @@ export default function AppBar({ title }) {
</div>
<LinkedLogo />
<div className="flex-grow-1 flex justify-end w-full">
<div ref={moreRef}>
<div className="w-auto" ref={moreRef}>
<Button color="black" className="rounded-full w-12 h-12" onClick={handleShowMenu} type="text">
<MoreIcon />
</Button>