diff --git a/UI/Web/src/_series-detail-common.scss b/UI/Web/src/_series-detail-common.scss index e17ae6d246..7b2f1c6f4d 100644 --- a/UI/Web/src/_series-detail-common.scss +++ b/UI/Web/src/_series-detail-common.scss @@ -6,6 +6,8 @@ .image-container { align-self: flex-start; + max-height: 400px; + max-width: 280px; } .subtitle { @@ -39,11 +41,9 @@ } .overlay-information { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 350px; + position: relative; + top: -404px; + height: 364px; transition: all 0.2s; border-top-left-radius: 4px; border-top-right-radius: 4px; diff --git a/UI/Web/src/app/chapter-detail/chapter-detail.component.html b/UI/Web/src/app/chapter-detail/chapter-detail.component.html index 5d1e0566f5..0293d1899d 100644 --- a/UI/Web/src/app/chapter-detail/chapter-detail.component.html +++ b/UI/Web/src/app/chapter-detail/chapter-detail.component.html @@ -6,7 +6,7 @@