aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-05 08:18:13 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-05 08:18:13 +0000
commit60183eebc37a69545e41cb6b00189609b85129b0 (patch)
tree75962c1ff175c6bcc1173c4aadd603f81ef6a6ed /style.css
parent36ca80d0046f85529682dc966a2bf822b00d8f2b (diff)
downloadstable-diffusion-webui-gfx803-60183eebc37a69545e41cb6b00189609b85129b0.tar.gz
stable-diffusion-webui-gfx803-60183eebc37a69545e41cb6b00189609b85129b0.tar.bz2
stable-diffusion-webui-gfx803-60183eebc37a69545e41cb6b00189609b85129b0.zip
add description to VAE setting page
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index dc4d37b9..8c1f273c 100644
--- a/style.css
+++ b/style.css
@@ -494,6 +494,13 @@ table.popup-table .link{
font-size: 18pt;
}
+#settings .settings-info{
+ max-width: 48em;
+ border: 1px dotted #777;
+ margin: 0;
+ padding: 1em;
+}
+
/* live preview */
.progressDiv{