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: stickers being smaller than needed #4432

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

WofWca
Copy link
Collaborator

@WofWca WofWca commented Dec 22, 2024

Before / after:
image image

Because of max-width: 80%, which refers to 80% of the wrapper
square, and not the chat section
(the later was apparently the intention).
This has been introduced in #4315,
which has later been sort of reverted, but not completely, in
#4407.
So, let's remove the residuals, especially that stickers also have
fixed height: 200px, so max-height doesn't make sense.

Because of `max-width: 80%`, which refers to 80% of the wrapper
square, and not the chat section
(the later was apparently the intention).
This has been introduced in #4315,
which has later been sort of reverted, but not completely, in
#4407.
So, let's remove the residuals, especially that stickers also have
fixed `height: 200px`, so `max-height` doesn't make sense.
@WofWca WofWca force-pushed the wofwca/fix-stickers-layout branch from 28f6542 to be6ca68 Compare January 6, 2025 19:36
@WofWca WofWca merged commit d36e6e3 into main Jan 6, 2025
2 of 4 checks passed
@WofWca WofWca deleted the wofwca/fix-stickers-layout branch January 6, 2025 19:36
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.

2 participants