From 2afe8b5e75990e9e1a4ec4a67a8c4d4ccb170fb6 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Fri, 6 Dec 2024 10:40:47 +0800 Subject: [PATCH] fix: inline card mobile display --- components/ServerCardInline.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/ServerCardInline.tsx b/components/ServerCardInline.tsx index 70fe641..e862812 100644 --- a/components/ServerCardInline.tsx +++ b/components/ServerCardInline.tsx @@ -12,6 +12,8 @@ import { cn, formatBytes, formatNezhaInfo } from "@/lib/utils"; import { useTranslations } from "next-intl"; import Link from "next/link"; +import { Separator } from "./ui/separator"; + export default function ServerCardInline({ serverInfo, }: { @@ -35,7 +37,7 @@ export default function ServerCardInline({ )} >
@@ -47,7 +49,7 @@ export default function ServerCardInline({ > {showFlag ? : null} -
+

+
{showFlag ? : null}
-
+