Skip to content

Commit 4c0c6a2

Browse files
committed
adjust responsive modal size
1 parent d3ae14d commit 4c0c6a2

File tree

1 file changed

+5
-3
lines changed
  • src/shared/components/Settings/Account/Security/Modal

1 file changed

+5
-3
lines changed

src/shared/components/Settings/Account/Security/Modal/style.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
.container {
1818
background: #fff;
1919
position: fixed;
20-
width: 1000px;
21-
height: 752px;
20+
width: 90%;
21+
max-width: 1000px;
22+
min-width: 650px;
23+
min-height: 752px;
24+
max-height: 99%;
2225
top: 50%;
2326
left: 50%;
2427
padding: 32px;
@@ -31,7 +34,6 @@
3134
flex-direction: column;
3235
align-items: flex-start;
3336
gap: 24px;
34-
max-height: 99%;
3537

3638
.header {
3739
display: flex;

0 commit comments

Comments
 (0)