X-Git-Url: https://git.auder.net/assets/icon_close.svg?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=82bd769b9523d0a29b47a9ee13239d7fa9760348;hb=bc50b249eb255c2f55988be4b8d7b27addd72577;hp=b3f5b690d3af8cf7ae56ab716ce8716d1efc1b21;hpb=566592f84607adf19a812f00c13a75e85d8468e7;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index b3f5b690..82bd769b 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1,77 +1,127 @@ @@ -813,21 +845,39 @@ 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 + +.somethingnew + background-color: #c5fefe !important + +.tabbtn + background-color: #f9faee + +#div2, #div3 + margin-top: 15px +@media screen and (max-width: 767px) + #div2, #div3 + margin-top: 0