Media modal: tweak audio player dimensions

This commit is contained in:
Alex Gleason 2021-05-17 22:24:56 -05:00
parent 66a491d298
commit bca6852b94
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@
}
.audio-player {
max-width: 80vw;
max-height: 80vh;
max-width: 800px;
max-height: 600px;
}
.extended-video-player {