Change audio width to 100% of container

This commit is contained in:
Christian Bundy 2019-09-30 08:43:24 -07:00
parent c2dcdb94e0
commit 6ba4cd7c0d
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ pre {
border: var(--thin-stroke) dotted var(--off-white);
}
.message audio {
width: 100%;
}
.message > :first-child {
margin-top: 0;
padding-top: 0;