Skip to content

Commit

Permalink
fix: NetTransfer overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 21, 2024
1 parent c600b81 commit f2bc5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function ServerCard({ now, serverInfo }: { now: number; serverInf
</div>
</section>
{showNetTransfer && (
<section className={"flex items-center justify-between gap-1"}>
<section className={"flex items-center w-full justify-between gap-1"}>
<Badge
variant="secondary"
className="items-center flex-1 justify-center rounded-[8px] text-nowrap text-[11px] border-muted-50 shadow-md shadow-neutral-200/30 dark:shadow-none"
Expand Down

0 comments on commit f2bc5fe

Please sign in to comment.