Model info preview resolution matches actual ratio.

This commit is contained in:
Christian Bastian
2024-07-19 02:48:08 -04:00
parent 6b1dd07104
commit 4966348d55

View File

@@ -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,