Fix <audio> tag width in chat mode

This commit is contained in:
oobabooga 2023-08-16 09:35:10 -07:00
parent a4e903e932
commit 300219b081

View File

@ -193,6 +193,10 @@ button {
background: #374151; background: #374151;
} }
audio {
max-width: 100%;
}
/*****************************************************/ /*****************************************************/
/*************** Chat UI declarations ****************/ /*************** Chat UI declarations ****************/
/*****************************************************/ /*****************************************************/