style: temporarily adjust the default height of offline cards

This commit is contained in:
hamster1963 2024-10-13 17:56:59 +08:00
parent 190a4b1894
commit a4078442f5

View File

@ -131,9 +131,12 @@ export default function ServerCard({
</Card> </Card>
) : ( ) : (
<Card <Card
className={ className={cn(
"flex flex-col items-center justify-start gap-3 p-3 md:px-5 lg:flex-row" "flex flex-col items-center justify-start gap-3 p-3 md:px-5 lg:flex-row",
} showNetTransfer
? "lg:min-h-[91px] min-h-[123px]"
: "lg:min-h-[61px] min-h-[93px]",
)}
> >
<Popover> <Popover>
<PopoverTrigger asChild> <PopoverTrigger asChild>