Restore larger max preview height in model info.

This commit is contained in:
Christian Bastian
2024-07-20 00:17:55 -04:00
parent 6c08255555
commit 570a9b26ea

View File

@@ -341,6 +341,7 @@
height: auto; height: auto;
} }
.model-manager .model-info-container .item img { .model-manager .model-info-container .item img {
height: auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
max-height: 50vh; max-height: 50vh;