From ef811a7fe46838a5ca72a37ca50a403f4c978295 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 3 Oct 2019 13:44:05 +0000 Subject: [PATCH] newsentry: Fix portrait cover images style --- app/widgets/common.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/widgets/common.scss b/app/widgets/common.scss index e760fd4..ace67d4 100644 --- a/app/widgets/common.scss +++ b/app/widgets/common.scss @@ -147,7 +147,8 @@ newsitem { text-align: center; img { - max-height: 225px; + max-height: 360px; + max-width: 360px; width: auto; } } @@ -232,7 +233,8 @@ pages { margin-bottom: 20px; img { - max-height: max-content; + max-height: unset; + max-width: unset; } }