From bebf23e55ea1164668410d05eb07da7f3960d900 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 21 Apr 2026 08:13:33 +0300 Subject: [PATCH] Fix tournament register tab map pool styles --- app/components/MapPoolSelector.module.css | 5 ++++- .../tournament/routes/to.$id.register.tsx | 15 ++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/components/MapPoolSelector.module.css b/app/components/MapPoolSelector.module.css index 0e7c22890..958061795 100644 --- a/app/components/MapPoolSelector.module.css +++ b/app/components/MapPoolSelector.module.css @@ -1,7 +1,8 @@ .stageRow { display: flex; width: 100%; - align-items: flex-end; + align-items: stretch; + gap: var(--s-2); } .stageNameRow { @@ -27,6 +28,8 @@ .stageImage { border-radius: var(--radius-box); + height: 100%; + object-fit: cover; } .modeButtonsContainer { diff --git a/app/features/tournament/routes/to.$id.register.tsx b/app/features/tournament/routes/to.$id.register.tsx index 2e58cc7f5..11d44cbb9 100644 --- a/app/features/tournament/routes/to.$id.register.tsx +++ b/app/features/tournament/routes/to.$id.register.tsx @@ -1381,15 +1381,12 @@ function TOPickedMapPoolInfo() {
- - - {t("calendar:createMapList")} - +
+ + + {t("calendar:createMapList")} + +
);