mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 09:15:20 +02:00
fix height for search box in extra networks
This commit is contained in:
@@ -157,7 +157,6 @@ class ExtraNetworksPage:
|
||||
file_name = os.path.basename(path)
|
||||
location = os.path.dirname(path)
|
||||
preview_path = location + "/preview/" + file_name
|
||||
|
||||
potential_files = sum([[path + "." + ext, path + ".preview." + ext, preview_path + "." + ext, preview_path + ".preview." + ext] for ext in preview_extensions], [])
|
||||
|
||||
for file in potential_files:
|
||||
|
||||
@@ -2793,7 +2793,7 @@ ul.list-none {
|
||||
border: 0;
|
||||
flex-grow: 1;
|
||||
padding-bottom: 0px !important;
|
||||
min-height: 32px;
|
||||
min-height: 34px !important;
|
||||
}
|
||||
|
||||
.extra-networks .search
|
||||
@@ -2830,7 +2830,7 @@ ul.list-none {
|
||||
overflow-x: hidden;
|
||||
grid-template-rows: auto;
|
||||
grid-auto-flow: row;
|
||||
max-height: calc(100vh - 216px);
|
||||
max-height: calc(100vh - 230px);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user