diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 15:17:24 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 15:17:24 +0000 |
commit | f3de9bf7d98961ba164fd31e5af8cde82c7e522d (patch) | |
tree | 1185f970f1110494fa61dd723f64e945800cecff /style.css | |
parent | 9f267af3f7404d8d8a9123e8e1c07a6557eba54d (diff) | |
download | stable-diffusion-webui-gfx803-f3de9bf7d98961ba164fd31e5af8cde82c7e522d.tar.gz stable-diffusion-webui-gfx803-f3de9bf7d98961ba164fd31e5af8cde82c7e522d.tar.bz2 stable-diffusion-webui-gfx803-f3de9bf7d98961ba164fd31e5af8cde82c7e522d.zip |
make the gallery taller
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ min-height: 4.5em;
}
+#txt2img_gallery, #img2img_gallery{
+ min-height: 768px;
+}
+
#subseed_show{
min-width: 6em;
max-width: 6em;
|