charliebaby2023 commited on
Commit
042ac2e
Β·
verified Β·
1 Parent(s): e56e52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -171,15 +171,14 @@ div.svelte-633qhp {
171
  }
172
 
173
  .form.svelte-633qhp{
174
- height:auto!important;
175
  width:auto!important;
176
  z-index: 4000;
177
  position: fixed;
178
  left: calc(50% - 100px);
179
  flex: auto!important;
180
- max-height: auto !important;
181
- height: auto !important;
182
- min-height: auto !important;
183
  resize:both;
184
  }
185
 
 
171
  }
172
 
173
  .form.svelte-633qhp{
174
+ height:50px;
175
  width:auto!important;
176
  z-index: 4000;
177
  position: fixed;
178
  left: calc(50% - 100px);
179
  flex: auto!important;
180
+
181
+ min-height: 45px !important;
 
182
  resize:both;
183
  }
184