Swap slideshow and thumbnail list positions

This commit is contained in:
dsyoon
2025-12-27 15:47:35 +09:00
parent a78234f5cf
commit 12d5526663

View File

@@ -107,13 +107,13 @@ div.navigation {
.gallery-wrap > #gallery.content { .gallery-wrap > #gallery.content {
flex: 1 1 auto; flex: 1 1 auto;
min-width: 0; min-width: 0;
order: 1; order: 2;
} }
.gallery-wrap > #thumbs.navigation { .gallery-wrap > #thumbs.navigation {
flex: 0 0 380px; flex: 0 0 380px;
max-width: 38vw; max-width: 38vw;
order: 2; order: 1;
} }
@media (max-width: 900px) { @media (max-width: 900px) {