mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix <audio> tag width in chat mode
This commit is contained in:
parent
a4e903e932
commit
300219b081
@ -193,6 +193,10 @@ button {
|
|||||||
background: #374151;
|
background: #374151;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/*****************************************************/
|
/*****************************************************/
|
||||||
/*************** Chat UI declarations ****************/
|
/*************** Chat UI declarations ****************/
|
||||||
/*****************************************************/
|
/*****************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user