We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ae14d commit 4c0c6a2Copy full SHA for 4c0c6a2
src/shared/components/Settings/Account/Security/Modal/style.scss
@@ -17,8 +17,11 @@
17
.container {
18
background: #fff;
19
position: fixed;
20
- width: 1000px;
21
- height: 752px;
+ width: 90%;
+ max-width: 1000px;
22
+ min-width: 650px;
23
+ min-height: 752px;
24
+ max-height: 99%;
25
top: 50%;
26
left: 50%;
27
padding: 32px;
@@ -31,7 +34,6 @@
31
34
flex-direction: column;
32
35
align-items: flex-start;
33
36
gap: 24px;
- max-height: 99%;
37
38
.header {
39
display: flex;
0 commit comments