From 512898b34bffc36ecf1e54b4166605b90683f520 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 2 Aug 2025 11:25:22 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20mobile=20layout:=20Verbesserte=20L=C3=B6s?= =?UTF-8?q?ung=20f=C3=BCr=20Sprachauswahl-=C3=9Cberlappung=20mit=20mehr=20?= =?UTF-8?q?Abstand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- templates/index.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 0c0671f..4c2c86d 100644 --- a/app.py +++ b/app.py @@ -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 diff --git a/templates/index.html b/templates/index.html index bfefc02..835e0c5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -473,9 +473,11 @@ button:focus, .accordion-header:focus { max-width: none; overflow: hidden; } + .header-section { + margin-top: 4.5em; /* Mehr Abstand für Sprachauswahl und Hilfe-Button */ + } h1 { font-size: 1.3em; - margin-top: 3.5em; /* Abstand für Sprachauswahl */ } .help-button-container { top: 1em; @@ -797,7 +799,7 @@ footer br + a { -
+
{{ _('Elpatrons') }}

{{ _('Datumsrechner') }}