Fix <audio> tag width in chat mode
This commit is contained in:
parent
a4e903e932
commit
300219b081
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ button {
|
||||||
background: #374151;
|
background: #374151;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/*****************************************************/
|
/*****************************************************/
|
||||||
/*************** Chat UI declarations ****************/
|
/*************** Chat UI declarations ****************/
|
||||||
/*****************************************************/
|
/*****************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue