diff --git a/style.css b/style.css index 956e629fa93dcb9901e82d61e213d11874acda65..e5cc8ad46b665100f4b020fc37339778c6a09329 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;