Fix arrangement of player info
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
06c7161187
commit
e87350f945
@ -6,16 +6,20 @@
|
|||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
left: auto;
|
right: 0.5rem;
|
||||||
right: 0;
|
width: 10rem;
|
||||||
bottom: 11rem;
|
bottom: 11rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.PlayerStatus * {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
|
||||||
.PlayersStatus.ActivePlayer {
|
.PlayersStatus.ActivePlayer {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
left: 0.5rem;
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
|
||||||
bottom: 7rem; /* 1rem over top of Resource cards in hand */
|
bottom: 7rem; /* 1rem over top of Resource cards in hand */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -35,11 +39,11 @@
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PlayersStatus.ActivePlayer .Who {
|
.PlayersStatus.ActivePlayer .Who {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
padding-left: 0.5rem;
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,7 +52,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.PlayersStatus .What {
|
.PlayersStatus .What {
|
||||||
margin: 0 0.5rem;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user