px-react-ui-components 1.1.13 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
.react-confirm-alert-body {
|
|
32
32
|
font-family: "Nunito", sans-serif;
|
|
33
|
-
width:
|
|
34
|
-
max-width: 400px; /* Maksimum genişlik sınırı */
|
|
33
|
+
width: 500px; /* Daha geniş cihazlarda %90 genişlik */
|
|
35
34
|
padding: 20px;
|
|
36
35
|
text-align: left;
|
|
37
36
|
background: #fff;
|
|
@@ -44,8 +43,7 @@
|
|
|
44
43
|
|
|
45
44
|
@media (max-width: 600px) {
|
|
46
45
|
.react-confirm-alert-body {
|
|
47
|
-
width:
|
|
48
|
-
max-width: 320px; /* Maksimum genişlik daha küçük */
|
|
46
|
+
width: 370px; /* Küçük ekranlarda daha fazla boşluk */
|
|
49
47
|
}
|
|
50
48
|
}
|
|
51
49
|
|