aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyeDeck <eyedeck@gmail.com>2022-09-17 11:58:46 -0400
committerEyeDeck <eyedeck@gmail.com>2022-09-17 11:58:46 -0400
commite24c3b79f6aaf9dece679bbef1f3567936a90511 (patch)
tree9e2def9b4562125235b9e73178c8bcc3d493b822
parent56ff118845748d1302968039e13703b6ad8107c4 (diff)
Fix gallery not scrolling left
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 36d073fa..98aa0b32 100644
--- a/style.css
+++ b/style.css
@@ -25,6 +25,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;