From c82739cad8e030f2e12a86891d11604878e4eff5 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 11 Nov 2021 14:55:47 +0100 Subject: [PATCH] ShowDetails: Fixing firefox view when no backdrop exists --- src/app/pages/show-details/show-details.component.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/pages/show-details/show-details.component.scss b/src/app/pages/show-details/show-details.component.scss index 8f8cbbdb..3daa90b2 100644 --- a/src/app/pages/show-details/show-details.component.scss +++ b/src/app/pages/show-details/show-details.component.scss @@ -13,6 +13,12 @@ a margin-top: -68px; position: relative; z-index: -1; + min-height: 20vh; + + @include media-breakpoint-up(md) + { + min-height: 60vh; + } > img { @@ -166,14 +172,14 @@ hr width: 3rem; height: 3rem; margin: .5rem; - + > a { width: 3rem; height: 3rem; position: relative; display: inline-block; - + > img { position: absolute;