From 4966348d55461f1c78b8fd17a548e99cbc8cd5fc Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:48:08 -0400 Subject: [PATCH] Model info preview resolution matches actual ratio. --- web/model-manager.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/model-manager.css b/web/model-manager.css index 240be9a..8c60623 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -334,6 +334,17 @@ width: 100%; height: 100%; object-fit: cover; + border-radius: 8px; +} + +.model-manager .model-info-container .item { + width: auto; + height: auto; +} +.model-manager .model-info-container .item img { + width: auto; + max-width: 100%; + max-height: 50vh; } .model-manager .model-preview-button-left,