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 {
|
.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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user