X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=f8add7954c1c32dcb9dc77f35fcc1fbf520af7f7;hb=bd5c8a789d6ba16c02a77c9c7702c18f68579d69;hp=6f2dfeab9b616c0a04869106e446361f1dcaa9e1;hpb=5fe7e71c7d34afbaed99d5bb75525db411bade61;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 6f2dfeab..f8add795 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1,55 +1,117 @@ @@ -771,7 +922,7 @@ export default { padding: 15px 0 max-width: 430px -#newgameDiv > .card +#newgameDiv > .card, #acceptDiv > .card max-width: 767px max-height: 100% @@ -794,21 +945,27 @@ div#peopleWrap > .card width: 50% position: relative float: left + #chat width: 50% float: left position: relative + @media screen and (max-width: 767px) #players, #chats width: 100% + #chat > .card max-width: 100% margin: 0; border: none; + #players > p margin-left: 5px + .anonymous font-style: italic + button.player-action margin-left: 32px @@ -818,6 +975,24 @@ button.player-action .tabbtn background-color: #f9faee +button.acceptBtn + background-color: lightgreen +button.refuseBtn + background-color: red + +#buttonsTchall + margin-top: 10px + +.variantName + font-weight: bold + +.diagram + margin: 0 auto + max-width: 400px + +#inputFen + width: 100% + #div2, #div3 margin-top: 15px @media screen and (max-width: 767px)