From 0bf47247ff9ff502030f5508b8a69dc035738dda Mon Sep 17 00:00:00 2001 From: Moritz Weinmann Date: Tue, 23 Jun 2026 10:00:33 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Weiterleitungs-Icons,=20Mobile-Nav-Fix?= =?UTF-8?q?,=20Aufr=C3=A4umen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Forwarding: neue Icons Glocke und Einstellungen, SVG-Syntax korrigiert - global.css: Hint-Badge in mobiler Navigation korrekt positioniert - text_constants.inc.php entfernt Co-Authored-By: Claude Sonnet 4.6 --- layout/frontend/b2c/dist/css/global.css | 11 ++++++++++ module/forwarding/forwarding_config.inc.php | 24 ++++++++++++--------- text_constants.inc.php | 3 --- 3 files changed, 25 insertions(+), 13 deletions(-) delete mode 100644 text_constants.inc.php diff --git a/layout/frontend/b2c/dist/css/global.css b/layout/frontend/b2c/dist/css/global.css index 7ec897c..2040d51 100644 --- a/layout/frontend/b2c/dist/css/global.css +++ b/layout/frontend/b2c/dist/css/global.css @@ -558,6 +558,10 @@ span.hint { flex-shrink: 0; } +nav span.hint { + left: -0; +} + .profil_banner.certificate { width: 33.33%; float: left; @@ -9187,6 +9191,13 @@ a:not([class]) { text-decoration-skip-ink: auto; } +.mobile_navigation_container .hint { + position: absolute; + right: 15px; + top: -5px; + left: unset; +} + .mobile_navigation svg { width: 19px; height: 19px; diff --git a/module/forwarding/forwarding_config.inc.php b/module/forwarding/forwarding_config.inc.php index c1b76a3..6726708 100644 --- a/module/forwarding/forwarding_config.inc.php +++ b/module/forwarding/forwarding_config.inc.php @@ -94,20 +94,24 @@ $forwarding_icon_images = array( - - - - ' + ' ), "communityboard" => array( "name" => "Communityboard", "image" => ' - - - - ' + ' ), - - + "glocke" => array( + "name" => "Glocke", + "image" => ' + + ' + ), + "einstellungen" => array( + "name" => "Einstellungen", + "image" => ' + + ' + ) ); diff --git a/text_constants.inc.php b/text_constants.inc.php deleted file mode 100644 index f712b3a..0000000 --- a/text_constants.inc.php +++ /dev/null @@ -1,3 +0,0 @@ -