-
-
Notifications
You must be signed in to change notification settings - Fork 832
Fixes reaction row rendering out of view on message bubbles #8542
Conversation
I am confused - does this make the emojis go in two lines with the second one being indented from the right? |
Apparently yes, when the size of the screen is shrinked to a smaller width, it just wraps the emojis or confine the emojis inside its container instead of going off screen. I think the original issue explains the problem better. |
I think we would want a full fix for the issue before merging - avoid the wrapping and avoid them going off-screen - they should behave the same way they do on the Modern layout. Do you think you could try to take a look into that? |
@SimonBrandner check this out, i just updated the code and it seems to work fine like the modern layout maybe this is what you're implying, i want to confirm before pushing my changes. |
This is much better! One more thing - do you think it would be possible to show all the reactions on one line and if they were to overflow, show the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clearing team review for now - please re-request review when ready
To be honest i don't know if it's possible but this is the default behavior of element web, it includes |
I think i understand you now, Let me try and see if i can come up with anything based on my understanding if not, i might ask for more clearance from you, thanks |
Since the issue has been fixed, I think this PR can be closed. |
Closing as per ^, thanks for tagging! |
Fixes: vector-im/element-web#22093
Issue reported by @frakic
Signed-off-by: Yaya Usman [email protected]
Before:
After:
Type: defect
Here's what your changelog entry will look like:
🐛 Bug Fixes