X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=7257b2180bd171006ceed2423d1475b4acf85954;hb=7e355d68b5962aad106e28a9d669a47f3cbec43a;hp=f97a2c5a12d6ba7651ddc49d8efb4e01e7ed1997;hpb=d4036efea5b57656478affd7d71f53dcea0f8017;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index f97a2c5a..7257b218 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -237,13 +237,6 @@ export default { return h( 'div', { - 'class': { - "col-sm-12": true, - "col-md-10": true, - "col-md-offset-1": true, - "col-lg-8": true, - "col-lg-offset-2": true, - }, // NOTE: click = mousedown + mouseup on: { mousedown: this.mousedown, @@ -370,6 +363,8 @@ export default { .reserve-row-1 margin-bottom: 15px +// NOTE: no variants with reserve of size != 8 + div.board float: left height: 0 @@ -388,8 +383,6 @@ div.board11 width: 9.09% padding-bottom: 9.1% -// NOTE: no variants with reserve of size != 8 - .game width: 80vh margin: 0 auto