File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/web/components/dialogs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787
8888 <Pin :id =" vote.player.pin" width =" 32" style =" min-width : 32px ; position : relative ; left : -8px " />
8989 <h4 class =" dark:text-gray-300" >{{ vote.player.username }}</h4 >
90- <span class =" pl-3 flex md:hidden text-gray-600 dark:text-gray-300" >(<ICountUp
91- class =" flex md:hidden "
90+ <span class =" pl-3 flex text-gray-600 dark:text-gray-300" >(<ICountUp
91+ class =" flex "
9292 v-if ="
9393 (!vote.country || vote.country.id !== room.country.id) &&
9494 vote.distance > 0 &&
9999 />)
100100 </span >
101101 </div >
102- <div class =" w-full hidden md:flex md:max-w-full" >
102+ <!-- < div class="w-full hidden md:max-w-full">
103103 <div
104104 :class="[
105105 'sm:flex',
121121 />
122122 </div>
123123 </div>
124- </div >
124+ </div> -->
125125
126126 <div
127127 v-if =" vote.hasCountry && vote.country"
You can’t perform that action at this time.
0 commit comments