mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00:00
Merge pull request #618 from EyeDeck/master
Fix gallery not scrolling left
This commit is contained in:
12
style.css
12
style.css
@@ -31,6 +31,18 @@
|
|||||||
object-fit: scale-down;
|
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{
|
#subseed_show{
|
||||||
min-width: 6em;
|
min-width: 6em;
|
||||||
max-width: 6em;
|
max-width: 6em;
|
||||||
|
|||||||
Reference in New Issue
Block a user