jdesiree commited on
Commit
7c290ef
·
verified ·
1 Parent(s): c6202c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +30 -21
app.py CHANGED
@@ -195,27 +195,36 @@ with gr.Blocks(theme=theme, css="""
195
  margin-right: auto;
196
  }
197
 
198
- .custom-textarea textarea {
199
- border-radius: 20px !important;
200
- border: 2px solid #64748b !important;
201
- padding: 15px 20px !important;
202
- font-size: 16px !important;
203
- background: white !important;
204
- outline: none !important;
205
- box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
206
- transition: all 0.3s ease !important;
207
- resize: vertical !important;
208
- font-family: inherit !important;
209
- }
210
-
211
- .custom-textarea textarea:focus {
212
- border-color: #475569 !important;
213
- box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1) !important;
214
- }
215
-
216
- .custom-textarea label {
217
- display: none !important;
218
- }
 
 
 
 
 
 
 
 
 
219
 
220
  .send-button {
221
  border-radius: 50% !important;
 
195
  margin-right: auto;
196
  }
197
 
198
+ .custom-textarea {
199
+ width: 100% !important;
200
+ min-width: 600px !important;
201
+ }
202
+
203
+ .custom-textarea textarea {
204
+ border-radius: 20px !important;
205
+ border: 2px solid #64748b !important;
206
+ padding: 15px 20px !important;
207
+ font-size: 16px !important;
208
+ background: white !important;
209
+ outline: none !important;
210
+ box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
211
+ transition: all 0.3s ease !important;
212
+ resize: vertical !important;
213
+ font-family: inherit !important;
214
+ width: 100% !important;
215
+ min-width: 600px !important;
216
+ min-height: 120px !important;
217
+ max-height: 240px !important;
218
+ }
219
+
220
+ .custom-textarea textarea:focus {
221
+ border-color: #475569 !important;
222
+ box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1) !important;
223
+ }
224
+
225
+ .custom-textarea label {
226
+ display: none !important;
227
+ }
228
 
229
  .send-button {
230
  border-radius: 50% !important;