From 7f6d71d6a148de347231b863a3d803677bebb64d Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:37:10 +0200 Subject: [PATCH] Fix /to/:id/admin spacing --- app/components/layout/index.tsx | 10 +++---- .../tournament/routes/to.$id.admin.tsx | 30 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/app/components/layout/index.tsx b/app/components/layout/index.tsx index 748d863cf..0b9dbaf27 100644 --- a/app/components/layout/index.tsx +++ b/app/components/layout/index.tsx @@ -264,11 +264,11 @@ export function Layout({ } action={ - - {t("common:actions.viewAll")} - - - } + + {t("common:actions.viewAll")} + + + } > {t("front:sideNav.friends")} diff --git a/app/features/tournament/routes/to.$id.admin.tsx b/app/features/tournament/routes/to.$id.admin.tsx index 960682c18..39653077b 100644 --- a/app/features/tournament/routes/to.$id.admin.tsx +++ b/app/features/tournament/routes/to.$id.admin.tsx @@ -268,7 +268,7 @@ function TeamActions() { method="post" className="stack horizontal sm items-end flex-wrap" > -
+
) : null} {selectedAction.inputs.includes("TEAM_NAME") ? ( -
+
) : null} {selectedTeam && selectedAction.inputs.includes("ROSTER_MEMBER") ? ( -
+
{tournament.brackets.map((bracket, bracketIdx) => ( @@ -353,7 +353,7 @@ function TeamActions() {
) : null} {selectedTeam && selectedAction.inputs.includes("IN_GAME_NAME") ? ( -
+
-
+
-
+
-
-
+
+
- @@ -730,7 +730,7 @@ function BracketReset() { return (
-
+