DmitrMakeev commited on
Commit
76f4aff
·
verified ·
1 Parent(s): 2ff3397

Update settings.html

Browse files
Files changed (1) hide show
  1. settings.html +2 -2
settings.html CHANGED
@@ -102,7 +102,7 @@
102
  left: 0;
103
  top: 0;
104
  width: 100%;
105
- height: 450px;
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: 450px;
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>