From 6ea7cb7806efe53f3cfc0b5df2cdd3703658d84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Mon, 15 Apr 2019 13:51:51 -0500 Subject: [PATCH] Closes #994 --- view/template/acquisition/youtube_status.php | 5 +++++ view/template/download/get.php | 8 +++++++- web/scss/pages/_ancillary.scss | 9 ++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/view/template/acquisition/youtube_status.php b/view/template/acquisition/youtube_status.php index 5fae46af..72614dcb 100644 --- a/view/template/acquisition/youtube_status.php +++ b/view/template/acquisition/youtube_status.php @@ -41,6 +41,11 @@

+
+ +
- Screenshot of LBRY + Screenshot of LBRY + class="tall" + + />
diff --git a/web/scss/pages/_ancillary.scss b/web/scss/pages/_ancillary.scss index ca24e282..d4caf113 100644 --- a/web/scss/pages/_ancillary.scss +++ b/web/scss/pages/_ancillary.scss @@ -182,8 +182,15 @@ min-width: 12rem; min-height: 12rem; margin-bottom: 1rem; - max-height: 25rem; object-fit: contain; + + &:not(.tall) { + max-height: 25rem; + } + + &.tall { + max-height: 50rem; + } } }