From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Sun, 21 Aug 2022 03:03:47 +0000 (+0530) Subject: Fix image lightbox height X-Git-Tag: v2.2.0~56 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=715e6648ae58006ae063936c4c8fce46969db270;p=cinny.git Fix image lightbox height --- diff --git a/src/app/molecules/image-lightbox/ImageLightbox.scss b/src/app/molecules/image-lightbox/ImageLightbox.scss index 05520c8..201fc91 100644 --- a/src/app/molecules/image-lightbox/ImageLightbox.scss +++ b/src/app/molecules/image-lightbox/ImageLightbox.scss @@ -38,7 +38,7 @@ .image-lightbox__content { display: flex; justify-content: center; - max-height: 90vh; + max-height: 80vh; & img { background-color: var(--bg-surface-low);