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 {
display: flex;
width: 100%;
align-items: center;
gap: var(--s-3);
align-items: flex-end;
}
.stageNameRow {
@ -34,11 +33,16 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: var(--s-1-5);
gap: var(--s-1);
}
.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-radius: var(--radius-full);
background-color: var(--color-bg);