fix(ui) - settings menu padding

This commit is contained in:
Shekar Siri 2022-10-28 18:04:13 +02:00
parent 16486e1427
commit be5f73f490

View file

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