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:
@@ -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%; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user