From 570a9b26eae012f38016bad5665bc9e7bf915a4d Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sat, 20 Jul 2024 00:17:55 -0400 Subject: [PATCH] Restore larger max preview height in model info. --- web/model-manager.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/model-manager.css b/web/model-manager.css index f2afa0b..6cc8137 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -341,6 +341,7 @@ height: auto; } .model-manager .model-info-container .item img { + height: auto; width: auto; max-width: 100%; max-height: 50vh;