From bca6852b943a97e7215dff8acd48cb3a0af8420b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 17 May 2021 22:24:56 -0500 Subject: [PATCH] Media modal: tweak audio player dimensions --- app/styles/components/modal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/components/modal.scss b/app/styles/components/modal.scss index 845dc2697..488c0175c 100644 --- a/app/styles/components/modal.scss +++ b/app/styles/components/modal.scss @@ -64,8 +64,8 @@ } .audio-player { - max-width: 80vw; - max-height: 80vh; + max-width: 800px; + max-height: 600px; } .extended-video-player {