fix height for search box in extra networks

This commit is contained in:
anapnoe
2023-03-29 14:13:01 +03:00
parent 90c48eabe6
commit 8b273496f3
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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:
+2 -2
View File
@@ -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);
}