From 800604ba60d996e36c01fc0a670298f89c4ea231 Mon Sep 17 00:00:00 2001 From: Moe Date: Sun, 26 Dec 2021 12:10:25 -0800 Subject: [PATCH] Day Cards : min-height for img (so deleted images don't alter the height) --- web/assets/css/bs5.videoPlayer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/assets/css/bs5.videoPlayer.css b/web/assets/css/bs5.videoPlayer.css index e6700abc..aa127574 100644 --- a/web/assets/css/bs5.videoPlayer.css +++ b/web/assets/css/bs5.videoPlayer.css @@ -36,6 +36,7 @@ background-size: contain; background-position: center; height: 400px; + min-height: 400px; background-repeat: no-repeat; }