From 4740288c45212337b768db09f3e09c42332dfb97 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 2 Aug 2025 11:31:30 +0200 Subject: [PATCH] =?UTF-8?q?Desktop-Layout:=20Sprachauswahl=20und=20Hilfe-B?= =?UTF-8?q?utton=20etwas=20nach=20oben=20verschoben=20f=C3=BCr=20bessere?= =?UTF-8?q?=20Balance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 4c2c86d..83a68ba 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.5" +APP_VERSION = "1.4.6" # HTML-Template wird jetzt aus templates/index.html geladen diff --git a/templates/index.html b/templates/index.html index 835e0c5..d63ee36 100644 --- a/templates/index.html +++ b/templates/index.html @@ -72,7 +72,7 @@ body { } .help-button-container { position: absolute; - top: 1.5em; + top: 1em; right: 2em; z-index: 10; } @@ -521,7 +521,7 @@ button:focus, .accordion-header:focus { /* Sprachauswahl */ .language-selector { position: absolute; - top: 1.5em; + top: 1em; left: 2em; z-index: 10; }