feat: stack loot stats vertically on mobile and update start date display
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 30s

This commit is contained in:
2026-03-20 00:06:29 -04:00
parent 8551aa1417
commit 7165129ac6
5 changed files with 9 additions and 4 deletions

View File

@@ -742,6 +742,11 @@ tr:hover {
display: none !important;
}
/* Loot detail: stack stats vertically on mobile */
.loot-stats {
flex-direction: column;
}
/* Package grid */
.package-grid {
grid-template-columns: 1fr;