Tourismustal: iPad-Runde 3 - Performance, Touch-Bauvorschau, breite Overlays

- Performance ohne Sichtverlust: Retina-Faktor auf 1.5 gecappt (~45 %
  weniger GPU-Pixel), Framerate auf ~30 fps (Pause ohne Interaktion
  ~10 fps) - Simulation exakt, uebersprungene Zeit wird akkumuliert.
  iPad sollte deutlich kuehler bleiben.
- Touch-Bauvorschau: erster Tipp heftet die volle Vorschau (gruen/rot,
  Pisten-/Strecken-Korridor, Einflusskreise) an die Kachel, zweiter Tipp
  auf DIESELBE Kachel baut. Maus behaelt Hover + Sofortbau.
- Info-Overlays breiter (680px statt 440px) - weniger Scrollen.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-12 16:55:35 +02:00
parent d60bc2caff
commit 6ca643f628
3 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ html, body {
.hidden { display: none !important; }
.overlay .card {
position: static;
width: min(440px, 88vw);
width: min(680px, 92vw); /* breiter: iPad-Text ohne Scroll-Zwang */
max-height: 80vh;
overflow-y: auto;
padding: 24px;