diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 18:17:24 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 18:17:24 +0300 |
commit | f3de9bf7d98961ba164fd31e5af8cde82c7e522d (patch) | |
tree | 1185f970f1110494fa61dd723f64e945800cecff | |
parent | 9f267af3f7404d8d8a9123e8e1c07a6557eba54d (diff) |
make the gallery taller
-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;
|