Layout: Footer-Links absolut positioniert, Chips dichter am FAB
- .world-panel: bottom-padding 88→76px, position:relative als Anker - .world-footer-links: position:absolute bottom:safe-area+4px — nimmt keinen Platz im Fluss mehr ein, klebt am unteren Bildschirmrand - Chips sitzen jetzt näher am FAB, Hintergrundbild bekommt mehr Raum - components.css ?v=1002, SW by-v1003, APP_VER 1003
This commit is contained in:
parent
a8c63e87da
commit
d03e49800d
5 changed files with 10 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 = "1002" # muss mit APP_VER in app.js übereinstimmen
|
||||
APP_VER = "1003" # 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