mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Fix tournament register tab map pool styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1381,15 +1381,12 @@ function TOPickedMapPoolInfo() {
|
||||
<Section title={t("calendar:forms.mapPool")}>
|
||||
<div>
|
||||
<MapPoolStages mapPool={mapPool} />
|
||||
<LinkButton
|
||||
className="mt-4"
|
||||
to={mapsPageWithMapPool(mapPool)}
|
||||
variant="outlined"
|
||||
size="small"
|
||||
>
|
||||
<Image alt="" path={navIconUrl("maps")} width={22} height={22} />
|
||||
{t("calendar:createMapList")}
|
||||
</LinkButton>
|
||||
<div className="stack items-center mt-4">
|
||||
<LinkButton to={mapsPageWithMapPool(mapPool)} variant="outlined">
|
||||
<Image alt="" path={navIconUrl("maps")} width={22} height={22} />
|
||||
{t("calendar:createMapList")}
|
||||
</LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
</Section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user