Update app.py
Browse files
app.py
CHANGED
@@ -175,12 +175,27 @@ div.svelte-633qhp {
|
|
175 |
width:auto!important;
|
176 |
z-index: 4000;
|
177 |
position: fixed;
|
178 |
-
left: calc(50% - 200px);
|
179 |
flex: auto!important;
|
180 |
|
181 |
min-width: min(27%, 80%);
|
182 |
min-height: 45px !important;
|
183 |
resize:both;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
}
|
185 |
|
186 |
""") as demo:
|
|
|
175 |
width:auto!important;
|
176 |
z-index: 4000;
|
177 |
position: fixed;
|
|
|
178 |
flex: auto!important;
|
179 |
|
180 |
min-width: min(27%, 80%);
|
181 |
min-height: 45px !important;
|
182 |
resize:both;
|
183 |
+
|
184 |
+
|
185 |
+
left: 50%;
|
186 |
+
transform: translate(-50%,0);
|
187 |
+
}
|
188 |
+
|
189 |
+
|
190 |
+
.input-container.svelte-11mx0st.svelte-11mx0st {
|
191 |
+
/* display: flex; */
|
192 |
+
top: 0px;
|
193 |
+
position: absolute;
|
194 |
+
align-items: flex-end;
|
195 |
+
bottom: 0px;
|
196 |
+
left: 0px;
|
197 |
+
right: 0px;
|
198 |
+
}
|
199 |
}
|
200 |
|
201 |
""") as demo:
|