💄(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:
committed by
aleb_the_flash
parent
634f1924be
commit
e9210213b1
@@ -10,8 +10,8 @@ import { RiCloseLine, RiFileCopyLine, RiSpam2Fill } from '@remixicon/react'
|
|||||||
const StyledRACDialog = styled(Dialog, {
|
const StyledRACDialog = styled(Dialog, {
|
||||||
base: {
|
base: {
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
left: 30,
|
left: '0.75rem',
|
||||||
bottom: 90,
|
bottom: 80,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user