From a5f658ce0c27a87d995b6f5b9907421c6ffe69fb Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Fri, 3 Jul 2026 16:58:29 +0200 Subject: [PATCH] =?UTF-8?q?retirer=20l'orientation=20des=20cartes=20de=20r?= =?UTF-8?q?=C3=A9sultats=20de=20recherche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 1 + app/public/assets/css/admin.css | 1 + app/templates/partials/search-results.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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); - · +