Merge pull request #618 from EyeDeck/master

Fix gallery not scrolling left
This commit is contained in:
AUTOMATIC1111 2022-09-17 20:29:40 +03:00 committed by GitHub
commit 1dd721d136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,18 @@
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;