X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=a98b4c05e3629e55a5cb12b51e6dcb8c1820c1b3;hp=48af22ee6b597c59e8921a25082c3e41cf0b0018;hb=80b38d463c0d5dacac93bc2aeb666bbb19781e1e;hpb=dd10eb93984e629c4ee5a07cd3b875fdb20f0460 diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 48af22ee..a98b4c05 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -113,7 +113,7 @@ main v-for="sid in Object.keys(people)" v-if="!!people[sid].name" ) - UserBio(:id="people[sid].id" :name="people[sid].name") + UserBio.user-bio(:uid="people[sid].id" :uname="people[sid].name") button.player-action( v-if="isGamer(sid)" @click="watchGame(sid)" @@ -1402,6 +1402,9 @@ button.refuseBtn #div2, #div3 margin-top: 0 +.user-bio + display: inline + tr > td &.random-0 background-color: #FF5733