Layout: Nav vertikal zentriert, Info-Karte höher

- #world-labels bottom: 20px→33px (vertikal zentriert zwischen Chips und Footer)
- .world-panel top-padding: 32px→14px (Info-Karte näher an Statusleiste)
- components.css ?v=1006, SW by-v1007, APP_VER 1007
This commit is contained in:
rene 2026-05-16 09:06:28 +02:00
parent c29b2c1752
commit 8c69143b09
5 changed files with 6 additions and 6 deletions

View file

@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "1006" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "1007" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():