1
0
James Ketrenos 4fda7afe53 Resized trading
Sort players in player list

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
2022-03-15 20:59:03 -07:00

28 lines
438 B
CSS

.Actions {
display: flex;
flex-wrap: wrap;
flex-shrink: 1;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
margin: 0 0.25rem 0.25rem 0;
padding: 0.25em;
}
.Actions .Buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.Actions .Buttons button:last-child {
flex-grow: 1;
}
.Actions .PlayerName {
flex-grow: 1;
align-self: stretch;
}