mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
style: temporarily adjust the default height of offline cards
This commit is contained in:
parent
190a4b1894
commit
a4078442f5
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user