Improved sideways thumbnails

This commit is contained in:
WardPearce
2026-03-09 21:29:12 +13:00
parent 056c25a035
commit e75b6760e6
@@ -320,18 +320,16 @@
align-items: end;
}
@media screen and (max-width: 1000px) {
.align-end {
align-items: center;
}
}
@media screen and (max-width: 1499px) {
@media screen and (max-width: 1800px) {
.sideways-root .thumbnail {
width: 100%;
max-height: 100%;
}
.align-end {
align-items: center;
}
.sideways-root .thumbnail-details {
display: none;
}