mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 07:11:18 +02:00
retirer l'orientation des cartes de résultats de recherche
This commit is contained in:
@@ -14,3 +14,4 @@
|
|||||||
- [x] Collapsible filter controls with <details>/<summary> + active filter badge on mobile
|
- [x] Collapsible filter controls with <details>/<summary> + active filter badge on mobile
|
||||||
- [x] Responsive paginator: hide first/last buttons on mobile, smaller touch targets
|
- [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] 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
|
||||||
|
|||||||
@@ -256,6 +256,7 @@
|
|||||||
.admin-table-id {
|
.admin-table-id {
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
font-size: var(--step--2);
|
font-size: var(--step--2);
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Filters bar ────────────────────────────────────────────────────────── */
|
/* ── Filters bar ────────────────────────────────────────────────────────── */
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ $to = min($page * $perPage, $totalItems);
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<span class="result-card__authors"><?= htmlspecialchars($item['authors'] ?? '') ?></span>
|
<span class="result-card__authors"><?= htmlspecialchars($item['authors'] ?? '') ?></span>
|
||||||
<span class="result-card__title"><?= htmlspecialchars($item['title']) ?></span>
|
<span class="result-card__title"><?= htmlspecialchars($item['title']) ?></span>
|
||||||
<small class="result-card__meta"><?= htmlspecialchars($item['year']) ?><?php if (!empty($item['orientation'])): ?> · <?= htmlspecialchars($item['orientation']) ?><?php endif; ?></small>
|
<small class="result-card__meta"><?= htmlspecialchars($item['year']) ?></small>
|
||||||
</a></li>
|
</a></li>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user