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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css="""
133
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
134
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
135
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
136
- textarea { overflow-y: scroll; height: 212px; resize: both; width: 179px; min-height: 50px; max-height: 230px;}
137
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
138
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
139
  .svelte-1gfkn6j {display:none;}
@@ -177,6 +177,10 @@ div.svelte-633qhp {
177
  position: fixed;
178
  left: calc(50% - 100px);
179
  flex: auto!important;
 
 
 
 
180
  }
181
 
182
  """) as demo:
 
133
  .genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
134
  .stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
135
  .float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
136
+ textarea { overflow-y: scroll; height: 212px; /* resize: both; */ width: 100%; min-height: 50px; max-height: 100%;}
137
  .svelte-5y6bt2 {max-height:161px;min-height:160px;}
138
  .hide-container { max-height: 2px; position: fixed; min-height: 1px;}
139
  .svelte-1gfkn6j {display:none;}
 
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
 
186
  """) as demo: