Skip to content

Commit

Permalink
fix: further mobile optimization
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 26, 2024
1 parent 127e884 commit 6966dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ui/servers/ServerListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
<div v-else class="min-h-[20px]"></div>

<div class="flex flex-row items-center gap-4 text-secondary">
<div class="flex w-full flex-row flex-wrap items-center gap-4 text-secondary">
<UiServersServerGameLabel
v-if="showGameLabel"
:game="game!"
Expand Down

0 comments on commit 6966dd2

Please sign in to comment.