(feat): improve chat ui
Some checks failed
/ build-web (push) Successful in 1m24s
/ build-desktop (linux) (push) Successful in 6m31s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

This commit is contained in:
Alois 2026-06-14 01:36:35 +02:00
commit b4662bc1a4
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ export default function Media({ link }: { link: string }) {
src={link}
hidden={hidden}
onLoad={() => setHidden(false)}
className="max-h-70 max-w-70"
className="max-h-70 max-w-70 py-1 rounded-lg"
/>
</>
) : (