mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Multimodal textbox buttons alignment (#8637)
* button spacing * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
9b8840ab5f
commit
c34839293f
6
.changeset/lovely-phones-punch.md
Normal file
6
.changeset/lovely-phones-punch.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/multimodaltextbox": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Multimodal textbox buttons alignment
|
@ -307,7 +307,7 @@
|
||||
.input-container {
|
||||
display: flex;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@ -350,6 +350,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.padded-button {
|
||||
padding: 0 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user