Lehrplan: Speicher-Snapshot — viewport-fit=cover + 100dvh + Status
- iPad-Verbesserungen vom Linter: meta viewport bekommt viewport-fit=cover (Safari Notch) body min-height nutzt 100dvh statt 100vh (dynamic viewport) - _status.md: Save-Punkt fuer Crash-Recovery dokumentiert - Inbox-Check: keine offenen Nachrichten an lehrplan DB-Bilanz live: module_info 11, kompetenzen 11, kompetenz_modules 21, lehrplan_anchors 108 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -112,7 +112,7 @@ $countryMeta = [
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<title><?= $pageTitle ?></title>
|
||||
<meta name="description" content="<?= esc($module['subtitle']) ?> — Lernziele, Begriffe und Lehrplan-Bezug für die GeoGraSim-Simulation <?= esc($module['title']) ?>.">
|
||||
<link rel="icon" type="image/svg+xml" href="<?= $bp ?>/favicon.svg">
|
||||
@@ -121,7 +121,7 @@ $countryMeta = [
|
||||
<link rel="stylesheet" href="<?= $bp ?>/assets/css/design-system.css">
|
||||
<style>
|
||||
/* Seite ist scrollbar — Design-System-Body ist overflow:hidden, das ueberschreiben wir hier */
|
||||
body { overflow: auto; height: auto; min-height: 100vh; background: var(--ggs-bg); }
|
||||
body { overflow: auto; height: auto; min-height: 100dvh; background: var(--ggs-bg); }
|
||||
|
||||
/* ===== Topbar (identisch zu glossar.php) ===== */
|
||||
.md-topbar {
|
||||
|
||||
@@ -128,7 +128,7 @@ $categoryMeta = [
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<title><?= $moduleFocus ? 'Lehrplan-Bezug: ' . esc($moduleFocus['title']) : 'Lehrplan-Übersicht' ?> — Lehrplan geograsim.at</title>
|
||||
<meta name="description" content="<?= $moduleFocus ? 'Lehrplan-Verankerung der Simulation ' . esc($moduleFocus['title']) . ' in Österreich, Deutschland, Schweiz und Liechtenstein.' : 'Alle Lehrplan-Verankerungen der GeoGraSim-Simulationen für Österreich, Deutschland, Schweiz und Liechtenstein — gruppiert nach didaktischem Kompetenzbereich.' ?>">
|
||||
<link rel="icon" type="image/svg+xml" href="<?= $bp ?>/favicon.svg">
|
||||
@@ -136,7 +136,7 @@ $categoryMeta = [
|
||||
<link rel="stylesheet" href="<?= $bp ?>/assets/fonts/inter.css">
|
||||
<link rel="stylesheet" href="<?= $bp ?>/assets/css/design-system.css">
|
||||
<style>
|
||||
body { overflow: auto; height: auto; min-height: 100vh; background: var(--ggs-bg); }
|
||||
body { overflow: auto; height: auto; min-height: 100dvh; background: var(--ggs-bg); }
|
||||
|
||||
/* ===== Topbar (wie modul-detail) ===== */
|
||||
.lp-topbar {
|
||||
|
||||
@@ -66,7 +66,7 @@ $statusMeta = [
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<title>Simulationen — Lehrplan geograsim.at</title>
|
||||
<meta name="description" content="Alle GeoGraSim-Simulationen auf einen Blick — Klimawächter, Flussmanagement, Heli-Navigation, Stadt & Raumplanung und weitere in Entwicklung.">
|
||||
<link rel="icon" type="image/svg+xml" href="<?= $bp ?>/favicon.svg">
|
||||
@@ -74,7 +74,7 @@ $statusMeta = [
|
||||
<link rel="stylesheet" href="<?= $bp ?>/assets/fonts/inter.css">
|
||||
<link rel="stylesheet" href="<?= $bp ?>/assets/css/design-system.css">
|
||||
<style>
|
||||
body { overflow: auto; height: auto; min-height: 100vh; background: var(--ggs-bg); }
|
||||
body { overflow: auto; height: auto; min-height: 100dvh; background: var(--ggs-bg); }
|
||||
|
||||
/* Topbar identisch zu lehrplan.php */
|
||||
.sp-topbar {
|
||||
|
||||
Reference in New Issue
Block a user