From 38a50d39e050664bae859dd436fbfbb9a03415fd Mon Sep 17 00:00:00 2001 From: christoph Date: Wed, 15 Jun 2022 15:33:11 +0200 Subject: [PATCH] Bug Fix - Single Page Image Size // POPUP Index --- themes/lumbung-theme/static/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 8a4baa0..550a61d 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1270,6 +1270,7 @@ a.timeline-url { /* PopUp */ .popup-container { position: fixed; + z-index: 999; top: 0; bottom: 0; left: 0; @@ -1470,6 +1471,15 @@ a.timeline-url { .single .h-entry img { object-fit: contain; + height: auto; +} + +.single .h-entry figure{ + margin: 0 0 20px; +} + +.single .h-entry figure figure{ + margin: 0; } /* lumbung radio player widget */