Narrow width fix CSS selection + row.

This commit is contained in:
Christian Bastian
2024-02-07 18:31:36 -05:00
parent 4d3be1844b
commit ec62b22a63
2 changed files with 6 additions and 2 deletions

View File

@@ -71,8 +71,6 @@ Currently it is still missing some features it should have.
- ☐ Stable Diffusion model version/Clip/Upscale/?
- ☐ Favorites
- ☐ Sort-by dropdown
- ☐ Date modified (ascending/decending)
- ☐ Date created (ascending/decending)
- ☐ Recently used (ascending/decending)
- ☐ Frequently used (ascending/decending)
- ☐ `or` vs `and` type of keyword search (currently `and`)

View File

@@ -261,6 +261,7 @@
/* model manager row */
.model-manager .row {
display: flex;
min-width: 0;
gap: 8px;
}
@@ -340,6 +341,11 @@
flex: 1;
}
.model-manager .model-select-dropdown {
min-width: 0;
overflow: auto;
}
.model-manager .search-text-area,
.model-manager .source-text-area,
.model-manager .model-select-dropdown {