Imprimante : bandeau erreur tous écrans + reset USB + statut détaillé

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 21:17:27 +02:00
parent 2b204ddb5e
commit 843762b6d7
5 changed files with 103 additions and 2 deletions

View File

@@ -1533,6 +1533,29 @@ h3 {
}
/* === Erreur camera === */
.printer-erreur {
position: fixed;
bottom: 0; left: 0; right: 0;
background: #b71c1c;
color: #fff;
display: flex;
align-items: center;
gap: 1rem;
padding: 0.8rem 1.5rem;
z-index: 9999;
font-size: 1rem;
}
.printer-erreur-icon { font-size: 1.4rem; flex-shrink: 0; }
.printer-erreur span:nth-child(2) { flex: 1; }
.printer-erreur button {
background: none; border: 2px solid rgba(255,255,255,0.5);
color: #fff; border-radius: 50%; width: 32px; height: 32px;
cursor: pointer; font-size: 1rem; flex-shrink: 0;
}
.camera-erreur {
position: fixed;
top: 0; left: 0;