Fix mobile layout: Verbesserte Lösung für Sprachauswahl-Überlappung mit mehr Abstand

This commit is contained in:
2025-08-02 11:25:22 +02:00
parent 872d0f9e23
commit 512898b34b
2 changed files with 5 additions and 3 deletions

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.3"
APP_VERSION = "1.4.5"
# HTML-Template wird jetzt aus templates/index.html geladen