From c7af3df68bfa567941a30fe2da09347827382ae5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 30 May 2021 13:56:45 -0500 Subject: [PATCH] Letterbox media upload previews again --- app/styles/components/compose-form.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/components/compose-form.scss b/app/styles/components/compose-form.scss index ee31b8f66..af736a19a 100644 --- a/app/styles/components/compose-form.scss +++ b/app/styles/components/compose-form.scss @@ -299,6 +299,7 @@ .compose-form__upload-thumbnail { border-radius: 4px; background-position: center; + background-size: contain; background-repeat: no-repeat; height: 160px; width: 100%;