Beanstandungen der Prüfung beheben (Scan-Ansicht, Overlay, Styles)

- .stacks-Buttons auf min-height 56px angehoben, Leiste auf 76px
  vergrößert, damit die Buttons vollständig hineinpassen
- Datei-Input bleibt dauerhaft hidden statt nach dem ersten Öffnen
  sichtbar zu bleiben und den Kamerabereich zu verkleinern
- Rückgängig-Knopf erhält aria-label für Screenreader
- showResult entfernt eine noch sichtbare vorherige Rückmeldung und
  deren Zeitgeber, bevor die neue eingeblendet wird

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
vchuser
2026-07-28 17:06:51 +02:00
co-authored by Claude Opus 5
parent 4aaff0b08d
commit b965f2c9ea
3 changed files with 16 additions and 5 deletions
+2 -2
View File
@@ -38,13 +38,13 @@ body {
padding: 10px 12px;
overflow-x: auto;
border-top: 1px solid var(--line);
min-height: 56px;
min-height: 76px;
align-items: center;
}
.stacks button {
flex: none;
min-height: 44px;
min-height: 56px;
padding: 0 14px;
border: 1px solid var(--line);
border-radius: 8px;