mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
More clearence for map pool selector
This commit is contained in:
parent
ef12b6beb0
commit
72671aaf9b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user