move login button dropdown to right

main
Mike Fix 5 years ago
parent d4f1bc4d06
commit 0f26518d04

@ -8,7 +8,7 @@ import { useAuth } from './AuthContext'
function Drawer(props) {
return (
<Popout hidden={!props.isVisible} pointerLeft="14px" style={{ width: '160px', left: 0 }}>
<Popout hidden={!props.isVisible} pointerRight="14px" style={{ width: '160px', right: 0 }}>
<div className="flex">
<Link href="/snippets">
<Button large center padding="0.5rem 0" style={{ borderBottom: '1px solid' }}>

Loading…
Cancel
Save