X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=ee151f3d282e500e0bea61befba4ba5fac4879dc;hp=ddd5e5935605a7b75c4df1957e67bc59e0f79d20;hb=8c5f5390efed4753d6ac1b7bf84dc9922dd0df7e;hpb=120fe373ca3b9e83e33bd59979af10fe09350fc5 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index ddd5e593..ee151f3d 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -14,9 +14,7 @@ main :newChat="newChat" @mychat="processChat") .row #aboveBoard.col-sm-12.col-md-9.col-md-offset-3.col-lg-10.col-lg-offset-2 - span.variant-info - | {{ st.tr["Variant:"] + " " }} - span.vname {{ game.vname }} + span.variant-info {{ game.vname }} button#chatBtn(onClick="doClick('modalChat')") Chat #actions(v-if="game.score=='*'") button(@click="clickDraw" :class="{['draw-' + drawOffer]: true}") @@ -679,9 +677,8 @@ export default { margin-left: 30% .variant-info + font-weight: bold padding-right: 10px - .vname - font-weight: bold .name font-size: 1.5rem