Commit e24c3b79 authored by EyeDeck's avatar EyeDeck

Fix gallery not scrolling left

parent 56ff1188
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment