mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: overview network overflow on mobile
This commit is contained in:
parent
406b7ef37f
commit
583a52cced
@ -141,7 +141,7 @@ export default function ServerOverviewClient() {
|
||||
</div>
|
||||
{data?.result ? (
|
||||
<>
|
||||
<section className="flex items-start flex-row z-[999] pr-2 sm:pr-0 gap-1">
|
||||
<section className="flex items-start flex-row z-[999] pr-0 gap-1">
|
||||
<p className="sm:text-[12px] text-[10px] text-blue-800 dark:text-blue-400 text-nowrap font-medium">
|
||||
↑{formatBytes(data?.total_out_bandwidth)}
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user