feat: width 1000, height 50%
This commit is contained in:
@@ -33,11 +33,11 @@ const defaultModalStyle = {
|
|||||||
top: '50%',
|
top: '50%',
|
||||||
left: '50%',
|
left: '50%',
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
width: 500,
|
width: 1000,
|
||||||
bgcolor: 'background.paper',
|
bgcolor: 'background.paper',
|
||||||
boxShadow: 24,
|
boxShadow: 24,
|
||||||
p: 4,
|
p: 4,
|
||||||
height: '30%',
|
height: '50%',
|
||||||
display: 'block',
|
display: 'block',
|
||||||
overflow: 'scroll',
|
overflow: 'scroll',
|
||||||
padding: '5px 25px 10px 25px',
|
padding: '5px 25px 10px 25px',
|
||||||
|
|||||||
Reference in New Issue
Block a user