Fix: Karte Filter-Tabs Tablet top: 28px fix (kein env/max) (SW by-v823)
This commit is contained in:
parent
47bb1e202e
commit
d078fb4b51
5 changed files with 12 additions and 12 deletions
|
|
@ -3087,8 +3087,8 @@ html.modal-open {
|
|||
}
|
||||
@media (min-width: 768px) {
|
||||
.map-full-layout { top: 0; left: var(--nav-sidebar-width); bottom: 0; }
|
||||
/* max(): mind. 20px für iPad-Statusleiste (kein Safe-Area-Inset ohne Notch) */
|
||||
.map-legend { top: calc(max(env(safe-area-inset-top, 0px), 20px) + var(--space-2)); }
|
||||
/* 28px: iPad-Statusleiste (20px) + etwas Abstand */
|
||||
.map-legend { top: 28px; }
|
||||
}
|
||||
.map-full { width: 100%; height: 100%; }
|
||||
|
||||
|
|
|
|||
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=822">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=822">
|
||||
<link rel="stylesheet" href="/css/components.css?v=822">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=823">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=823">
|
||||
<link rel="stylesheet" href="/css/components.css?v=823">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -583,10 +583,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=822"></script>
|
||||
<script src="/js/ui.js?v=822"></script>
|
||||
<script src="/js/app.js?v=822"></script>
|
||||
<script src="/js/worlds.js?v=822"></script>
|
||||
<script src="/js/api.js?v=823"></script>
|
||||
<script src="/js/ui.js?v=823"></script>
|
||||
<script src="/js/app.js?v=823"></script>
|
||||
<script src="/js/worlds.js?v=823"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '822'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '823'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.5.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v822';
|
||||
const CACHE_VERSION = 'by-v823';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue