style: stickers being smaller than needed #4432
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before / after:
![image](https://private-user-images.githubusercontent.com/39462442/398009017-2b29458d-38bb-4f9d-8529-98f0fcddafac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODA1NTQsIm5iZiI6MTczOTY4MDI1NCwicGF0aCI6Ii8zOTQ2MjQ0Mi8zOTgwMDkwMTctMmIyOTQ1OGQtMzhiYi00ZjlkLTg1MjktOThmMGZjZGRhZmFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA0MzA1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2Zjc5MWJhZmM1Nzg5MTRkMTlkM2E5OThmMGEwYTNjZDllNzU1ZmNiNTZmYTI5NGNmZjBiYzJmMTQ1OTBkOTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RvC4s56IgA4B7hT_E82T7hqMnp4G4i7eGfZSWnj1LTU)
Because of
max-width: 80%
, which refers to 80% of the wrappersquare, 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
, somax-height
doesn't make sense.