style(overview): adjust TrafficWidget grid cols (#104)

Co-authored-by: nb5p <nb5p@users.noreply.github.com>
This commit is contained in:
nb5p 2023-09-03 00:37:15 +08:00 committed by GitHub
parent a29e638c1e
commit bc04b0edf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ export default () => {
return (
<div class="flex flex-col gap-4">
<div class="stats stats-vertical w-full bg-primary shadow lg:stats-horizontal lg:flex">
<div class="stats stats-vertical w-full grid-cols-2 bg-primary shadow lg:stats-horizontal lg:flex">
<TrafficWidget label={t('upload')}>
{byteSize(traffic()?.up || 0).toString()}/s
</TrafficWidget>