charliebaby2023 commited on
Commit
15f4952
Β·
verified Β·
1 Parent(s): b05535a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css="""
139
  .svelte-1gfkn6j {display:none;}
140
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
141
 
142
- .padded.svelte-5y6bt2 { padding: 0px!important; max-width:200px!important; position:relative;right:0px; }
143
  .secondary.svelte-1137axg {
144
  width: 200px;
145
  flex: none!important;
@@ -175,9 +175,10 @@ div.svelte-633qhp {
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
  }
 
139
  .svelte-1gfkn6j {display:none;}
140
  .gradio-container .gri-textbox .gri-input { border: none; padding: 0; background: transparent; box-shadow: none; }
141
 
142
+ .padded.svelte-5y6bt2 { padding: 0px!important; max-width:200px!important; position:relative;right:0px;max-height:100%; }
143
  .secondary.svelte-1137axg {
144
  width: 200px;
145
  flex: none!important;
 
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
  }