chore(deps): upgrade prettier, and tailwind (#2351)

This commit is contained in:
fallenbagel
2026-01-29 11:48:34 +05:00
committed by GitHub
parent 5bd31040c0
commit 8b41685b31
159 changed files with 1022 additions and 910 deletions

View File

@@ -130,7 +130,7 @@ const UserProfile = () => {
<>
<PageTitle title={user.displayName} />
{Object.keys(availableTitles).length > 0 && (
<div className="absolute left-0 right-0 -top-16 z-0 h-96">
<div className="absolute -top-16 left-0 right-0 z-0 h-96">
<ImageFader
key={user.id}
isDarker