Model info preview resolution matches actual ratio.
This commit is contained in:
@@ -334,6 +334,17 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
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,
|
.model-manager .model-preview-button-left,
|
||||||
|
|||||||
Reference in New Issue
Block a user