(feat): improve chat ui
Some checks failed
/ build-web (push) Successful in 7m3s
/ build-desktop (linux) (push) Failing after 7m41s
/ build-mobile (push) Successful in 18m22s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-07-06 11:20:32 +02:00
commit cabe83aa98
2 changed files with 112 additions and 108 deletions

View file

@ -96,7 +96,7 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
</Popover>
)
}
loading={<Skeleton className="ml-3 w-40 h-5" />}
loading={<Skeleton className="w-30 h-5" />}
/>
)}
</div>