From 72671aaf9b7a2e778592a5fefb23ef4881cdaf9b Mon Sep 17 00:00:00 2001 From: hfcRed Date: Fri, 20 Mar 2026 04:48:39 +0100 Subject: [PATCH] More clearence for map pool selector --- app/components/MapPoolSelector.module.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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);