MrDrmm commited on
Commit
e0cbaec
·
verified ·
1 Parent(s): 31221a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -211,8 +211,8 @@ body {
211
  border: 1px solid #3b4252;
212
  background-color: #2d343f;
213
  border-radius: 4px;
214
- margin: 0px;
215
- max-width: 50%;
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: 10px;
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: 0;
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: 768px) {
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;