Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: ugly reactions positioning on image msgs #4237

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

WofWca
Copy link
Collaborator

@WofWca WofWca commented Oct 22, 2024

Closes #4235

The issue probably existed ever since the reactions were added
in the first place #2964,
but it got worse after the removal of margin addition
when adding a reaction (60e52c7).

This should make things simpler as all positioning-related stuff
is only done in message/styles.module.scss.

Before:

image image

After:

image image

@WofWca WofWca force-pushed the wofwca/fix-image-reactions-overlayed branch from d1c1122 to 0f6b654 Compare October 22, 2024 11:17
Closes #4235

The issue probably existed ever since the reactions were added
in the first place #2964,
but it got worse after the removal of margin addition
when adding a reaction (60e52c7).

This commit should make things simpler
because all positioning-related stuff
is only done in `message/styles.module.scss`.
@WofWca WofWca force-pushed the wofwca/fix-image-reactions-overlayed branch from 0f6b654 to 5863ffe Compare October 22, 2024 11:18
@Simon-Laux Simon-Laux merged commit 2dcb34c into main Oct 22, 2024
10 checks passed
@Simon-Laux Simon-Laux deleted the wofwca/fix-image-reactions-overlayed branch October 22, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reactions are drawn below the message bubble
3 participants