From 7f7abd4d804cb1b7c5f869f231941dcc70f167e4 Mon Sep 17 00:00:00 2001 From: qcigano Date: Mon, 3 Aug 2026 21:27:20 +0200 Subject: [PATCH] =?UTF-8?q?Konto-Dropdown:=20"Mein=20Konto"/"Abmelden"=20z?= =?UTF-8?q?entriert=20statt=20linksb=C3=BCndig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auf Screenshot-Feedback: die beiden Menüpunkte im Konto-Dropdown sollen zentriert stehen statt am linken Rand der Box zu kleben. Co-Authored-By: Claude Sonnet 5 --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 02a682d..6f4e53b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -676,9 +676,10 @@ a:focus-visible, button:focus-visible { .account-dropdown button { display: flex; align-items: center; + justify-content: center; gap: 0.6em; width: 100%; - text-align: left; + text-align: center; background: none; border: none; color: var(--c-text);