(feat): improve chat ui
This commit is contained in:
parent
30783f8ded
commit
b4662bc1a4
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
/>
|
||||
</>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue