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")} + +
);