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:
Dawood Khan 2024-06-28 12:04:27 -04:00 committed by GitHub
parent 9b8840ab5f
commit c34839293f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/multimodaltextbox": patch
"gradio": patch
---
fix:Multimodal textbox buttons alignment

View File

@ -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;