diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-21 13:51:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 13:51:01 +0000 |
commit | ec37f8a45f316db8a20445aa80afd602457327b0 (patch) | |
tree | 20a59fe67602feeff3ba6e023f823a314294e78e /style.css | |
parent | 003d2c7fe427edde299274c9e0d5fa59734e7f7e (diff) | |
parent | 85cb5918ee7c97cafafe4149880ed82f1933d919 (diff) | |
download | stable-diffusion-webui-gfx803-ec37f8a45f316db8a20445aa80afd602457327b0.tar.gz stable-diffusion-webui-gfx803-ec37f8a45f316db8a20445aa80afd602457327b0.tar.bz2 stable-diffusion-webui-gfx803-ec37f8a45f316db8a20445aa80afd602457327b0.zip |
Merge branch 'master' into features-to-readme
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -34,9 +34,10 @@ .performance {
font-size: 0.85em;
color: #444;
- display: flex;
- justify-content: space-between;
- white-space: nowrap;
+}
+
+.performance p{
+ display: inline-block;
}
.performance .time {
@@ -44,8 +45,6 @@ }
.performance .vram {
- margin-left: 0;
- text-align: right;
}
#txt2img_generate, #img2img_generate {
@@ -478,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_sd_model_checkpoint, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization, #refresh_aesthetic_embeddings{
max-width: 2.5em;
min-width: 2.5em;
height: 2.4em;
|