Narrow width fix CSS selection + row.
This commit is contained in:
@@ -71,8 +71,6 @@ Currently it is still missing some features it should have.
|
|||||||
- ☐ Stable Diffusion model version/Clip/Upscale/?
|
- ☐ Stable Diffusion model version/Clip/Upscale/?
|
||||||
- ☐ Favorites
|
- ☐ Favorites
|
||||||
- ☐ Sort-by dropdown
|
- ☐ Sort-by dropdown
|
||||||
- ☐ Date modified (ascending/decending)
|
|
||||||
- ☐ Date created (ascending/decending)
|
|
||||||
- ☐ Recently used (ascending/decending)
|
- ☐ Recently used (ascending/decending)
|
||||||
- ☐ Frequently used (ascending/decending)
|
- ☐ Frequently used (ascending/decending)
|
||||||
- ☐ `or` vs `and` type of keyword search (currently `and`)
|
- ☐ `or` vs `and` type of keyword search (currently `and`)
|
||||||
|
|||||||
@@ -261,6 +261,7 @@
|
|||||||
/* model manager row */
|
/* model manager row */
|
||||||
.model-manager .row {
|
.model-manager .row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
min-width: 0;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -340,6 +341,11 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.model-manager .model-select-dropdown {
|
||||||
|
min-width: 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.model-manager .search-text-area,
|
.model-manager .search-text-area,
|
||||||
.model-manager .source-text-area,
|
.model-manager .source-text-area,
|
||||||
.model-manager .model-select-dropdown {
|
.model-manager .model-select-dropdown {
|
||||||
|
|||||||
Reference in New Issue
Block a user