X-Git-Url: https://git.auder.net/variants/%24%7Bvname%7D/current/git-favicon.png?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=f120ec97ce83a1f8887ae7793386f4d5d2d48a9a;hb=f854c94f5ba65f1797fd803416e53f057f29f151;hp=16af9c9abac200ab8ae9971c2a2ef21d896378c2;hpb=a154d45ebb7e409cd714d0c517e79c8147bdea69;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 16af9c9a..f120ec97 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -4,7 +4,6 @@ main div#infoDiv(role="dialog" data-checkbox="modalInfo") .card.text-center label.modal-close(for="modalInfo") - h3.section p(v-html="infoMessage") input#modalNewgame.modal(type="checkbox") div#newgameDiv(role="dialog" data-checkbox="modalNewgame") @@ -512,7 +511,6 @@ export default { "#/game/" + gameInfo.id + ""; let modalBox = document.getElementById("modalInfo"); modalBox.checked = true; - setTimeout(() => { modalBox.checked = false; }, 3000); } break; } @@ -716,7 +714,8 @@ export default { margin: 10px auto 5px auto #infoDiv > .card - max-width: 370px + padding: 15px 0 + max-width: 430px #newgameDiv > .card max-width: 767px