change(ui) - settings menu alignment

This commit is contained in:
Shekar Siri 2023-02-27 11:48:14 +01:00
parent a254cb05c5
commit fb0e591840

View file

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