forked from Github/frigate
fix(web): svgs may need explicit height/width in rare cases on linux
This commit is contained in:
committed by
Blake Blackshear
parent
d2e7c360b9
commit
24ec13e36d
@@ -77,14 +77,14 @@ export default function AppBar({ title }) {
|
||||
>
|
||||
<div className="lg:hidden">
|
||||
<Button color="black" className="rounded-full w-12 h-12" onClick={handleShowDrawer} type="text">
|
||||
<MenuIcon />
|
||||
<MenuIcon className="w-10 h-10" />
|
||||
</Button>
|
||||
</div>
|
||||
<LinkedLogo />
|
||||
<div className="flex-grow-1 flex justify-end w-full">
|
||||
<div className="w-auto" ref={moreRef}>
|
||||
<Button color="black" className="rounded-full w-12 h-12" onClick={handleShowMenu} type="text">
|
||||
<MoreIcon />
|
||||
<MoreIcon className="w-10 h-10" />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user