Update app.py
Browse files
app.py
CHANGED
@@ -211,8 +211,8 @@ body {
|
|
211 |
border: 1px solid #3b4252;
|
212 |
background-color: #2d343f;
|
213 |
border-radius: 4px;
|
214 |
-
margin:
|
215 |
-
max-width:
|
216 |
box-sizing: border-box;
|
217 |
}
|
218 |
|
@@ -221,7 +221,7 @@ body {
|
|
221 |
color: #7f8184;
|
222 |
border: 1px solid #3b4252;
|
223 |
border-radius: 4px;
|
224 |
-
margin-left:
|
225 |
width: 100%;
|
226 |
box-sizing: border-box;
|
227 |
transition: margin 0.2s ease;
|
@@ -248,7 +248,7 @@ body {
|
|
248 |
padding: 10px 20px;
|
249 |
background-color: #2d3d4f;
|
250 |
border-top: 1px solid #5b6270;
|
251 |
-
max-height:
|
252 |
overflow: hidden;
|
253 |
transition: max-height 0.2s ease;
|
254 |
}
|
@@ -267,7 +267,7 @@ body {
|
|
267 |
box-sizing: border-box;
|
268 |
}
|
269 |
|
270 |
-
@media (max-width:
|
271 |
.gradio-container {
|
272 |
width: 100%;
|
273 |
margin: 0;
|
|
|
211 |
border: 1px solid #3b4252;
|
212 |
background-color: #2d343f;
|
213 |
border-radius: 4px;
|
214 |
+
margin: 1px;
|
215 |
+
max-width: 100%;
|
216 |
box-sizing: border-box;
|
217 |
}
|
218 |
|
|
|
221 |
color: #7f8184;
|
222 |
border: 1px solid #3b4252;
|
223 |
border-radius: 4px;
|
224 |
+
margin-left: 1px;
|
225 |
width: 100%;
|
226 |
box-sizing: border-box;
|
227 |
transition: margin 0.2s ease;
|
|
|
248 |
padding: 10px 20px;
|
249 |
background-color: #2d3d4f;
|
250 |
border-top: 1px solid #5b6270;
|
251 |
+
max-height: 1;
|
252 |
overflow: hidden;
|
253 |
transition: max-height 0.2s ease;
|
254 |
}
|
|
|
267 |
box-sizing: border-box;
|
268 |
}
|
269 |
|
270 |
+
@media (max-width: 1024px) {
|
271 |
.gradio-container {
|
272 |
width: 100%;
|
273 |
margin: 0;
|