aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-17 17:29:40 +0000
committerGitHub <noreply@github.com>2022-09-17 17:29:40 +0000
commit1dd721d13661ddd80109c3fde5999a014190899e (patch)
treebc2da89b8340bdeb4f57bc503a316370e15788d1 /style.css
parent933949f39cb7d1ead3d23dc421fbdc36b8b2cca5 (diff)
parente24c3b79f6aaf9dece679bbef1f3567936a90511 (diff)
downloadstable-diffusion-webui-gfx803-1dd721d13661ddd80109c3fde5999a014190899e.tar.gz
stable-diffusion-webui-gfx803-1dd721d13661ddd80109c3fde5999a014190899e.tar.bz2
stable-diffusion-webui-gfx803-1dd721d13661ddd80109c3fde5999a014190899e.zip
Merge pull request #618 from EyeDeck/master
Fix gallery not scrolling left
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 956e629f..e5cc8ad4 100644
--- a/style.css
+++ b/style.css
@@ -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;