mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
style: show payinfo in middle on mobile
This commit is contained in:
parent
17e2b4b596
commit
cbeed6b332
@ -63,7 +63,7 @@ export default function ServerCard({ now, serverInfo }: { now: number; serverInf
|
||||
{parsedData?.billingDataMod && <BillingInfo parsedData={parsedData} />}
|
||||
</div>
|
||||
</section>
|
||||
<div className="flex flex-col gap-2">
|
||||
<div className="flex flex-col sm:items-start items-center gap-2">
|
||||
<section
|
||||
className={cn("grid grid-cols-5 items-center gap-3", {
|
||||
"lg:grid-cols-6 lg:gap-4": fixedTopServerName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user