From 9c5f61c0f217027d7902a2b793795de2363aa5ff Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 6 Jun 2026 10:52:55 +0300 Subject: [PATCH] Tweak team menu button styling --- app/features/team/routes/t.$customUrl.index.tsx | 4 ++-- app/features/team/team.module.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/features/team/routes/t.$customUrl.index.tsx b/app/features/team/routes/t.$customUrl.index.tsx index 7cad9727c..eb36a47a4 100644 --- a/app/features/team/routes/t.$customUrl.index.tsx +++ b/app/features/team/routes/t.$customUrl.index.tsx @@ -131,8 +131,8 @@ function TeamActionsMenu({ team }: { team: TeamLoaderData["team"] }) { } aria-label={t("team:actionButtons.teamActions")} testId="team-actions-menu-button" diff --git a/app/features/team/team.module.css b/app/features/team/team.module.css index 8093ca20d..20e383861 100644 --- a/app/features/team/team.module.css +++ b/app/features/team/team.module.css @@ -123,6 +123,7 @@ .actionButtons { display: flex; justify-content: center; + align-items: center; gap: var(--s-2); flex-wrap: wrap; }