Update app.py
Browse files
app.py
CHANGED
@@ -171,15 +171,14 @@ div.svelte-633qhp {
|
|
171 |
}
|
172 |
|
173 |
.form.svelte-633qhp{
|
174 |
-
height:
|
175 |
width:auto!important;
|
176 |
z-index: 4000;
|
177 |
position: fixed;
|
178 |
left: calc(50% - 100px);
|
179 |
flex: auto!important;
|
180 |
-
|
181 |
-
height:
|
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 |
|