From 5c0ecf817af03b3125b0193ee34c115e72851351 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 10 Aug 2026 20:28:45 +0200 Subject: [PATCH] sadasd --- partials/landing/account/dashboard.php | 3 +-- public/assets/css/app.css | 2 ++ src/App/AccountPages.php | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/partials/landing/account/dashboard.php b/partials/landing/account/dashboard.php index 19e72e9..2ecc978 100755 --- a/partials/landing/account/dashboard.php +++ b/partials/landing/account/dashboard.php @@ -97,10 +97,9 @@ if (!empty($canManageSystemSettings)) { $sectionLinks['system'] = 'System'; } ?> -
+
-

Mitgliederbereich

Hallo, !

Verwalte dein Profil, Kinder, Events und Teilnahmen.

diff --git a/public/assets/css/app.css b/public/assets/css/app.css index fa82f0b..351ee50 100755 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -89,6 +89,7 @@ body { .muted.small { font-size: 13px; } .section { padding: 64px 0; } +.section--dashboard { padding-top: 28px; } .section.alt { background: #ffffff; border-block: 1px solid var(--color-border); } .section__head { display:flex; justify-content:space-between; align-items:flex-start; gap: 16px; flex-wrap: wrap; } .section__intro { max-width: 72ch; margin: 0 auto 22px; text-align: center; } @@ -395,6 +396,7 @@ body { .nav-row { padding: 12px 0; } .hero { padding: 40px 0; } .section { padding: 48px 0; } + .section--dashboard { padding-top: 20px; } .forum-hero, .forum-board__head, .forum-thread-head { grid-template-columns: 1fr; display: grid; } diff --git a/src/App/AccountPages.php b/src/App/AccountPages.php index a34a3ec..9f26319 100755 --- a/src/App/AccountPages.php +++ b/src/App/AccountPages.php @@ -92,7 +92,6 @@ final class AccountPages redirect('/verify'); } $_SESSION['user_id'] = $res['id']; - $app->flash()->set('success', 'Erfolgreich angemeldet.'); redirect('/dashboard'); } catch (\Throwable $e) { $error = $e->getMessage();