fix: mtime index dans processed_full, print 404, galerie full-width
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled

This commit is contained in:
2026-07-17 16:29:06 +02:00
parent 11bd91c386
commit 4592f20be3
3 changed files with 58 additions and 38 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
{% block head %}
<style>
/* ── Layout ───────────────────────────────────────────────────────────────── */
.gallery-wrap { max-width: 1300px; margin: 0 auto; padding: 1rem; }
.gallery-wrap { max-width: 100%; margin: 0; padding: 1rem 1.5rem; }
/* ── Barre de filtres ─────────────────────────────────────────────────────── */
.filter-bar {
@@ -53,7 +53,7 @@
.copies-wrap input { width: 52px; background: var(--bg); border: 1px solid var(--border); color: var(--text); border-radius: 6px; padding: .3rem .5rem; text-align: center; }
/* ── Grille photos ────────────────────────────────────────────────────────── */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .75rem; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .85rem; }
.photo-card {
position: relative; aspect-ratio: 3/2; border-radius: 8px; overflow: hidden;
cursor: pointer; background: var(--surface); border: 2px solid transparent;
@@ -123,7 +123,7 @@
.lb-modal {
background: var(--surface); border: 1px solid var(--border);
border-radius: 16px; overflow: hidden;
max-width: min(860px, calc(95vw - 110px)); width: 100%;
max-width: min(1100px, calc(95vw - 110px)); width: 100%;
display: flex; flex-direction: column; max-height: 95vh;
}
@@ -148,7 +148,7 @@
flex: 1; overflow: hidden; display: flex; align-items: center; justify-content: center;
background: #111; min-height: 200px;
}
.lb-img-wrap img { max-width: 100%; max-height: 55vh; object-fit: contain; display: block; }
.lb-img-wrap img { max-width: 100%; max-height: 72vh; object-fit: contain; display: block; }
/* Bloc demandes impression */
.lb-print-panel {