diff options
author | Muhammad Rizqi Nur <rizqinur2010@gmail.com> | 2022-10-31 13:15:33 +0000 |
---|---|---|
committer | Muhammad Rizqi Nur <rizqinur2010@gmail.com> | 2022-10-31 13:15:33 +0000 |
commit | 7c8c3715f552378cf81ad28f26fad92b37bd153d (patch) | |
tree | 1408f77239ba0b58241bc154d86bd48d370a34dc /style.css | |
parent | 726769da35970f4c100fa7edf11850f9dc059c41 (diff) | |
download | stable-diffusion-webui-gfx803-7c8c3715f552378cf81ad28f26fad92b37bd153d.tar.gz stable-diffusion-webui-gfx803-7c8c3715f552378cf81ad28f26fad92b37bd153d.tar.bz2 stable-diffusion-webui-gfx803-7c8c3715f552378cf81ad28f26fad92b37bd153d.zip |
Fix VAE refresh button stretching out
From https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3986#issuecomment-1296990601
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -491,7 +491,7 @@ input[type="range"]{ padding: 0;
}
-#refresh_sd_model_checkpoint, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization{
+#refresh_sd_model_checkpoint, #refresh_sd_vae, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization{
max-width: 2.5em;
min-width: 2.5em;
height: 2.4em;
|