Fix tournament register tab map pool styles

This commit is contained in:
Kalle
2026-04-21 08:13:33 +03:00
parent b5a3dfd0e5
commit bebf23e55e
2 changed files with 10 additions and 10 deletions

View File

@@ -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 {