More clearence for map pool selector

This commit is contained in:
hfcRed 2026-03-20 04:48:39 +01:00
parent ef12b6beb0
commit 72671aaf9b

View File

@ -1,8 +1,7 @@
.stageRow { .stageRow {
display: flex; display: flex;
width: 100%; width: 100%;
align-items: center; align-items: flex-end;
gap: var(--s-3);
} }
.stageNameRow { .stageNameRow {
@ -34,11 +33,16 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
gap: var(--s-1-5); gap: var(--s-1);
} }
.modeButton { .modeButton {
padding: var(--s-1); padding: 0;
height: var(--field-size-sm);
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
border: var(--border-style); border: var(--border-style);
border-radius: var(--radius-full); border-radius: var(--radius-full);
background-color: var(--color-bg); background-color: var(--color-bg);