forked from Github/frigate
refactor(web): menu positioning
This commit is contained in:
committed by
Blake Blackshear
parent
19bd5ace7d
commit
f00628f4e5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user