diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-22 10:34:49 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-22 10:34:49 +0000 |
commit | 6398dc9b1049f242576ca309f95a3fb1e654951c (patch) | |
tree | 1a1ed8a712fa20df2d1c23eb9a6803051a980991 /style.css | |
parent | 2b91251637078e04472c91a06a8d9c4db9c1dcf0 (diff) | |
download | stable-diffusion-webui-gfx803-6398dc9b1049f242576ca309f95a3fb1e654951c.tar.gz stable-diffusion-webui-gfx803-6398dc9b1049f242576ca309f95a3fb1e654951c.tar.bz2 stable-diffusion-webui-gfx803-6398dc9b1049f242576ca309f95a3fb1e654951c.zip |
further support for extensions
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ input[type="range"]{ padding: 0;
}
-#refresh_sd_model_checkpoint, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization, #refresh_aesthetic_embeddings{
+#refresh_sd_model_checkpoint, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization{
max-width: 2.5em;
min-width: 2.5em;
height: 2.4em;
|