diff --git a/TODO.md b/TODO.md index 7f9298f..8d39800 100644 --- a/TODO.md +++ b/TODO.md @@ -14,3 +14,4 @@ - [x] Collapsible filter controls with
/ + active filter badge on mobile - [x] Responsive paginator: hide first/last buttons on mobile, smaller touch targets - [x] Compact range counter on mobile: "1–15 / 112" instead of full "1–15 sur 112 résultats" +- [x] Remove orientation display from search result card meta diff --git a/app/public/assets/css/admin.css b/app/public/assets/css/admin.css index ff4078c..87146e7 100644 --- a/app/public/assets/css/admin.css +++ b/app/public/assets/css/admin.css @@ -256,6 +256,7 @@ .admin-table-id { color: var(--text-secondary); font-size: var(--step--2); + white-space: nowrap; } /* ── Filters bar ────────────────────────────────────────────────────────── */ diff --git a/app/templates/partials/search-results.php b/app/templates/partials/search-results.php index f0428bb..38d3533 100644 --- a/app/templates/partials/search-results.php +++ b/app/templates/partials/search-results.php @@ -50,7 +50,7 @@ $to = min($page * $perPage, $totalItems); - · +