|
@@ -280,6 +280,7 @@ const ProfileItem = (props: Props) => {
|
|
|
anchorPosition={position}
|
|
|
anchorReference="anchorPosition"
|
|
|
transitionDuration={225}
|
|
|
+ MenuListProps={{ sx: { py: 0.5 } }}
|
|
|
onContextMenu={(e) => {
|
|
|
setAnchorEl(null);
|
|
|
e.preventDefault();
|
|
@@ -289,7 +290,8 @@ const ProfileItem = (props: Props) => {
|
|
|
<MenuItem
|
|
|
key={item.label}
|
|
|
onClick={item.handler}
|
|
|
- sx={{ minWidth: 133 }}
|
|
|
+ sx={{ minWidth: 120 }}
|
|
|
+ dense
|
|
|
>
|
|
|
{t(item.label)}
|
|
|
</MenuItem>
|