diff options
-rw-r--r-- | style.css | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -21,10 +21,28 @@ min-height: 4.5em;
}
+@media screen and (min-width: 2500px) {
+ #txt2img_gallery, #img2img_gallery {
+ min-height: 768px;
+ }
+}
+
#txt2img_gallery img, #img2img_gallery img{
object-fit: scale-down;
}
+.justify-center.overflow-x-scroll {
+ justify-content: left;
+}
+
+.justify-center.overflow-x-scroll button:first-of-type {
+ margin-left: auto;
+}
+
+.justify-center.overflow-x-scroll button:last-of-type {
+ margin-right: auto;
+}
+
#subseed_show{
min-width: 6em;
max-width: 6em;
|