that was TOO damn easy. CSS is fucking witchcraft

This commit is contained in:
MeowcaTheoRange 2024-10-11 13:52:13 -05:00
parent 571233392b
commit 5eea84d121

View file

@ -60,16 +60,17 @@
.galleryView ul { .galleryView ul {
display: grid; display: grid;
grid-auto-flow: column; grid-template-columns: 1fr 1fr;
grid-auto-columns: 100%; /* grid-auto-flow: column;
grid-auto-columns: 100%; */
overflow: auto; overflow: auto;
padding: 0; padding: 0;
scroll-snap-type: inline mandatory; /* scroll-snap-type: inline mandatory;
scroll-snap-stop: normal; scroll-snap-stop: normal; */
} }
.galleryView ul li { .galleryView ul li {
scroll-snap-align: center; /* scroll-snap-align: center; */
list-style-type: none; list-style-type: none;
text-align: center; text-align: center;
} }