Skip to content

Commit ce015da

Browse files
committed
task update
1 parent 9e6a5dc commit ce015da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/web/components/dialogs/multiplayer-score-board-dialog.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
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 &&
@@ -99,7 +99,7 @@
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',
@@ -121,7 +121,7 @@
121121
/>
122122
</div>
123123
</div>
124-
</div>
124+
</div> -->
125125

126126
<div
127127
v-if="vote.hasCountry && vote.country"

0 commit comments

Comments
 (0)