feat: enhance mobile stats display in manage hunt view
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s

This commit is contained in:
2026-03-19 23:58:28 -04:00
parent bd4bf20228
commit 8551aa1417
2 changed files with 57 additions and 35 deletions
+20
View File
@@ -722,6 +722,26 @@ tr:hover {
font-size: 0.7rem;
}
/* Manage hunt: on mobile, show Total Scans, Discovery Rate, Starts, Expires */
.manage-stats {
display: flex;
flex-direction: column;
}
.manage-stats-row-1 {
order: 2;
}
.manage-stats-row-2 {
order: 1;
}
.manage-stats-row-1 .stat-box:nth-child(1),
.manage-stats-row-1 .stat-box:nth-child(2) {
display: none;
}
.hide-mobile {
display: none !important;
}
/* Package grid */
.package-grid {
grid-template-columns: 1fr;