diff --git a/README.md b/README.md index 3c370dc..50830af 100644 --- a/README.md +++ b/README.md @@ -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`) diff --git a/web/model-manager.css b/web/model-manager.css index 22eb423..a957d3c 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -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 {