diff --git a/app/components/MapPoolSelector.module.css b/app/components/MapPoolSelector.module.css index ee2eead91..7946399bc 100644 --- a/app/components/MapPoolSelector.module.css +++ b/app/components/MapPoolSelector.module.css @@ -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);