X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=6d42f27f1fe7da8a125226ce6b5429e8922a80b9;hb=d47d91c4e9773ade7c8609e3315170e95b56f5e5;hp=e2e908a0fb487266bd102d195e57215ef1bbeb28;hpb=a5d5668613d9a3d04c9a4f8b69122d02b7322137;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index e2e908a0..6d42f27f 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -56,7 +56,6 @@ Vue.component('my-game', { 'class': { "tooltip": true, "play": true, - "bottom": true, //display below "seek": this.seek, "playing": this.mode == "human", "spaceright": true, @@ -74,7 +73,6 @@ Vue.component('my-game', { 'class': { "tooltip":true, "play": true, - "bottom": true, "playing": this.mode == "computer", "spaceright": true, }, @@ -92,7 +90,6 @@ Vue.component('my-game', { 'class': { "tooltip":true, "play": true, - "bottom": true, "playing": this.mode == "friend", "spaceright": true, }, @@ -368,7 +365,6 @@ Vue.component('my-game', { 'class': { "tooltip":true, "play": true, - "bottom": true, }, }, [h('i', { 'class': { "material-icons": true } }, "flag")])