Set model previews from model info view.
This commit is contained in:
@@ -407,6 +407,11 @@
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.model-manager .model-info-container .item {
|
||||
width: fit-content;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
.model-manager .item img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -414,15 +419,13 @@
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.model-manager .model-info-container .item {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.model-manager .model-info-container .item img {
|
||||
.model-manager .model-info-container .item img,
|
||||
.model-manager .model-preview-full {
|
||||
height: auto;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
max-height: 50vh;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.model-manager .model-preview-button-left,
|
||||
|
||||
Reference in New Issue
Block a user