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:
parent
c29b2c1752
commit
8c69143b09
5 changed files with 6 additions and 6 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue