1
0

Fix arrangement of player info

Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
James Ketrenos 2022-05-31 12:47:43 -07:00
parent 06c7161187
commit e87350f945

View File

@ -6,16 +6,20 @@
color: #d0d0d0;
pointer-events: none;
align-items: flex-end;
left: auto;
right: 0;
right: 0.5rem;
width: 10rem;
bottom: 11rem;
}
.PlayerStatus * {
display: inline-flex;
}
.PlayersStatus.ActivePlayer {
align-items: flex-start;
pointer-events: all;
left: 0.5rem;
right: auto;
left: 0;
bottom: 7rem; /* 1rem over top of Resource cards in hand */
}
@ -35,11 +39,11 @@
justify-content: flex-end;
padding-right: 0.5rem;
padding-left: 0;
width: 100%;
}
.PlayersStatus.ActivePlayer .Who {
justify-content: flex-start;
padding-left: 0.5rem;
padding-right: 0;
}
@ -48,7 +52,6 @@
}
.PlayersStatus .What {
margin: 0 0.5rem;
display: flex;
flex-direction: column;
align-items: flex-end;