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

View File

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