Fix: Karte CSS-Filter statt CartoDB Dark, Social Wrapper 860px
Karte Dark-Mode: - CSS-Filter statt CartoDB Dark Matter (war zu dunkel) invert(93%) hue-rotate(180deg) brightness(0.88) contrast(0.88) saturate(0.85) Gleiche OSM-Tiles, Marker bleiben unbeeinflusst (tilePane separater Layer) - Filter sofort bei Init + bei Theme-Wechsel via MutationObserver Social: - Outer Wrapper width:100%;max-width:860px;margin:0 auto Header-Karte und Tabs sind jetzt konsistent gleich breit SW by-v1023, APP_VER 1023
This commit is contained in:
parent
721e630a34
commit
2cf0bc0d97
5 changed files with 17 additions and 23 deletions
|
|
@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
|
|||
raise _HE(404, "Nicht gefunden.")
|
||||
return _media_response(filepath)
|
||||
|
||||
APP_VER = "1022" # muss mit APP_VER in app.js übereinstimmen
|
||||
APP_VER = "1023" # muss mit APP_VER in app.js übereinstimmen
|
||||
|
||||
@app.get("/.well-known/assetlinks.json")
|
||||
async def assetlinks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue