💄(frontend) enhance invitation modal position

Based on User's feedback.

Having the dialog position visually in the participant tile is
confusing for the user.

Position the dialog to be explicitly outside of a participant
tile container.
This commit is contained in:
lebaudantoine
2024-09-09 16:13:27 +02:00
committed by aleb_the_flash
parent 634f1924be
commit e9210213b1

View File

@@ -10,8 +10,8 @@ import { RiCloseLine, RiFileCopyLine, RiSpam2Fill } from '@remixicon/react'
const StyledRACDialog = styled(Dialog, {
base: {
position: 'fixed',
left: 30,
bottom: 90,
left: '0.75rem',
bottom: 80,
display: 'flex',
justifyContent: 'center',
alignItems: 'center',