diff --git a/src/custom/permissions.tsx b/src/custom/permissions.tsx index c809673e3..a29a73ff4 100644 --- a/src/custom/permissions.tsx +++ b/src/custom/permissions.tsx @@ -390,8 +390,8 @@ export const PermissionShield: React.FC = ({ isBadge ? { position: 'absolute', - top: -6, - right: -6, + bottom: -6, + left: -6, backgroundColor: 'rgba(30, 30, 30, 0.9)', color: '#808080', borderRadius: '50%',