fix: top bar style when window width less than 1024px (#453)

This commit is contained in:
Hai 2023-04-29 03:53:47 +08:00 committed by GitHub
parent f10905590a
commit 7e6702ae32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ export const DashboardTopbar: React.FC<{
</div>
<div className="flex-1"></div>
{userWidget}
<div className="w-[1px] bg-border absolute top-0 right-0 bottom-0"></div>
</div>
)
}