fix(ui) - header settings menu margin

This commit is contained in:
Shekar Siri 2022-11-15 12:31:16 +01:00
parent 994ee425f0
commit 314291e836

View file

@ -30,7 +30,7 @@ function SettingsMenu(props: RouteComponentProps<Props>) {
};
return (
<div
style={{ width: '150px', marginTop: '49px' }}
style={{ width: '150px', marginTop: '35px' }}
className={cn(className, 'absolute right-0 top-0 bg-white border p-2')}
>
{isAdmin && (