Update settings.html
Browse files- settings.html +2 -2
settings.html
CHANGED
@@ -102,7 +102,7 @@
|
|
102 |
left: 0;
|
103 |
top: 0;
|
104 |
width: 100%;
|
105 |
-
height:
|
106 |
background-color: rgba(0,0,0,0.5); /* Полупрозрачный фон */
|
107 |
}
|
108 |
.modal-content {
|
@@ -134,7 +134,7 @@
|
|
134 |
}
|
135 |
.modal-content iframe {
|
136 |
width: 100%;
|
137 |
-
height:
|
138 |
border: none;
|
139 |
}
|
140 |
</style>
|
|
|
102 |
left: 0;
|
103 |
top: 0;
|
104 |
width: 100%;
|
105 |
+
height: 100%;
|
106 |
background-color: rgba(0,0,0,0.5); /* Полупрозрачный фон */
|
107 |
}
|
108 |
.modal-content {
|
|
|
134 |
}
|
135 |
.modal-content iframe {
|
136 |
width: 100%;
|
137 |
+
height: 600px;
|
138 |
border: none;
|
139 |
}
|
140 |
</style>
|