1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 09:27:46 +00:00

fix reply placeholder overflow (#2193)

This commit is contained in:
Ajay Bura 2025-02-10 20:47:21 +11:00 committed by GitHub
parent 7b4f684a25
commit 5460e4922b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,8 +98,8 @@ export const Reply = as<'div', ReplyProps>(
<LinePlaceholder <LinePlaceholder
style={{ style={{
backgroundColor: color.SurfaceVariant.ContainerActive, backgroundColor: color.SurfaceVariant.ContainerActive,
maxWidth: toRem(placeholderWidth), width: toRem(placeholderWidth),
width: '100vw', maxWidth: '100%',
}} }}
/> />
)} )}