diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-05 08:18:13 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-05 08:18:13 +0000 |
commit | 60183eebc37a69545e41cb6b00189609b85129b0 (patch) | |
tree | 75962c1ff175c6bcc1173c4aadd603f81ef6a6ed /style.css | |
parent | 36ca80d0046f85529682dc966a2bf822b00d8f2b (diff) | |
download | stable-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.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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{
|