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; + } } }