mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Remove the styles on the audio elements in the Chatbot component (#6899)
* Remove the styles on the audio elements in the Chatbot component * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
This commit is contained in:
parent
4511d57c46
commit
bd11d6e570
6
.changeset/chatty-lights-enjoy.md
Normal file
6
.changeset/chatty-lights-enjoy.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Remove the styles on the audio elements in the Chatbot component
|
@ -298,10 +298,6 @@
|
||||
margin-top: var(--spacing-xxl);
|
||||
}
|
||||
|
||||
.message-wrap :global(audio) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.message {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user