X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=7d4369beffef46d1dae4d49187454b111e79d7da;hb=b1ea21493a31105d17cd600ff1d26ee6fd9e3f6f;hp=2682a60a094170546ae84990f277be9247ed1970;hpb=bfe9a1357f43c2a2cc271e0f244f4785363d7961;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2682a60a..7d4369be 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -227,7 +227,7 @@ export default { { // Minimal game informations: id: this.game.id, - players: this.game.players.map(p => { return {name:p.name}; }), + players: this.game.players, vid: this.game.vid, timeControl: this.game.timeControl, }; @@ -613,6 +613,9 @@ export default { @media screen and (max-width: 767px) #aboveBoard text-align: center +@media screen and (min-width: 768px) + #aboveBoard + margin-left: 30% .name font-size: 1.5rem