Revert "File download scans and urls"

This commit is contained in:
Hayden
2024-09-24 11:28:50 +08:00
committed by GitHub
parent e918864fdc
commit 9ff6f9d7a3
6 changed files with 383 additions and 1204 deletions

View File

@@ -10,7 +10,7 @@
position: fixed;
overflow: hidden;
width: 100%;
z-index: 1100; /*needs to be below the dialog modal element*/
z-index: 1100;
/*override comfy-modal settings*/
border-radius: 0;
@@ -23,10 +23,6 @@
touch-action: manipulation;
}
.model-manager .model-manager-dialog {
z-index: 2001; /*needs to be above the model manager element*/
}
.model-manager .comfy-modal-content {
width: 100%;
gap: 16px;
@@ -253,10 +249,6 @@
user-select: none;
}
.model-manager code {
text-wrap: wrap;
}
/* main content */
.model-manager .model-manager-panel {
color: var(--fg-color);
@@ -417,11 +409,6 @@
border-radius: 8px;
}
.model-manager .model-info-container .item {
width: fit-content;
height: 50vh;
}
.model-manager .item img {
width: 100%;
height: 100%;
@@ -429,13 +416,15 @@
border-radius: 8px;
}
.model-manager .model-info-container .item img,
.model-manager .model-preview-full {
.model-manager .model-info-container .item {
width: auto;
height: auto;
}
.model-manager .model-info-container .item img {
height: auto;
width: auto;
max-width: 100%;
max-height: 50vh;
border-radius: 8px;
}
.model-manager .model-preview-button-left,