X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=fe487653e8b200251a4eaaa0aa8b3f11a7a24a8c;hp=0398875bc4a0878610830fa52b8858057a2f28f1;hb=af34341d92d47d14f396e7f4adb81f2a7e9d9a61;hpb=fef153df51fe60a5af4c5b2a05e0b1177187bf62 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 0398875b..fe487653 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -7,7 +7,7 @@ main ) .card.text-center label.modal-close(for="modalScore") - p + p.score-section span.score {{ game.score }} |  :  span.score-msg {{ st.tr[game.scoreMsg] }} @@ -1585,8 +1585,10 @@ export default { padding: 15px 0 max-width: 430px -span.score - font-weight: bold +p.score-section + font-size: 1.3em + span.score + font-weight: bold .connected background-color: lightgreen