chore(ui): remove 4 orphaned views (Dashboard/GenPersona/MySessions/WeakAreas) + mobile polish

- Delete unused views not referenced by router/components (dead files from earlier builds).
- Mobile (640px/460px/380px): nav tabs wrap to a centered full-width row + hide brand at
  <380; logout shows icon-only; stat cards center when collapsing to one column
  (Moreminimore convention); chat bubbles/width handled.
Rebuilt dist.
This commit is contained in:
Macky
2026-08-08 16:12:30 +07:00
parent 15c60ae400
commit b41bfee03b
29 changed files with 50 additions and 250 deletions

View File

@@ -155,4 +155,11 @@ button:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.main { padding: 16px; }
.row { gap: 10px; }
.msg-seller, .msg-customer { max-width: 84%; }
/* Moreminimore convention: centered content when a section collapses to one column */
.stat-row > .card, .row.stat > .card { flex: 1 1 40%; text-align: center; }
.stat div { text-align: center; }
}
@media (max-width: 460px) {
.row.stat, .stat-row, .row.stat-row { justify-content: center; }
.stat-row > .card { min-width: 42%; }
}