X-Git-Url: https://git.auder.net/pieces/Checkered/cr.svg?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=c0a15dff6fe8be0eec3b4bc3f74f2dbc354d3fab;hb=57eb158fe8e37daaae11685df846003cda4aba19;hp=6ff93d8d8ba3a57937c62e1c7aa10e1d77ef52c3;hpb=5b3dc10e34bf5bf970494be6ee1fa0b67e2ca88c;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 6ff93d8d..c0a15dff 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -17,11 +17,11 @@ div ) div#boardSizeBtnContainer button#boardSizeBtn(onClick="window.doClick('modalAdjust')") - | {{ st.tr["Board size"] }} + | {{ st.tr["Set board size"] }} #scoreInfo(v-if="score!='*'") p {{ score }} p {{ st.tr[message] }} - .moves-list + .moves-list(v-if="!['none','highlight'].includes(show)") .tr(v-for="moveIdx in evenNumbers") .td {{ firstNum + moveIdx / 2 + 1 }} .td(v-if="moveIdx < moves.length-1 || show == 'all'" @@ -138,12 +138,12 @@ export default { border-bottom: 1px solid lightgrey & > .td float: left - padding: 2% 0 2% 1% + padding: 2% 0 2% 2% &:first-child color: grey - width: 15% + width: 13% &:not(first-child) - width: 41% + width: 40.5% @media screen and (max-width: 767px) .moves-list