feat: enhance mobile stats display in manage hunt view
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user