File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
js/multimodaltextbox/shared Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @gradio/multimodaltextbox " : patch
3
+ " gradio " : patch
4
+ ---
5
+
6
+ fix: Fix multimodal textbox styling for certain themes
Original file line number Diff line number Diff line change 313
313
background : var (--input-background-fill );
314
314
padding : var (--input-padding );
315
315
width : 90% ;
316
+ max-width : 95% ;
316
317
max-height : 100% ;
317
318
height : 25px ;
318
319
color : var (--body-text-color );
322
323
border : none ;
323
324
margin-top : 0px ;
324
325
margin-bottom : 0px ;
325
- margin-left : 30 px ;
326
+ margin-left : 35 px ;
326
327
padding-top : 12px ;
327
328
resize : none ;
328
329
}
352
353
border-radius : 50% ;
353
354
width : 30px ;
354
355
height : 30px ;
355
- bottom : 15px ;
356
356
}
357
357
358
358
.upload-button :hover ,
366
366
}
367
367
368
368
.submit-button {
369
- right : 10 px ;
369
+ right : 15 px ;
370
370
margin-left : 5px ;
371
371
padding-bottom : 5px ;
372
372
padding-left : 2px ;
You can’t perform that action at this time.
0 commit comments