-
Notifications
You must be signed in to change notification settings - Fork 0
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
Messages balloons width improve #2268
Closed
6 tasks done
Labels
Comments
elatif2020
changed the title
Messages ballons width fixes
Messages ballons width improve
Oct 29, 2023
3 tasks
@roienatan
|
@roienatan we need the changes in this ticket we were discussing |
|
3 tasks
roienatan
changed the title
Messages ballons width improve
Messages balloons width improve
Nov 15, 2023
@roienatan Okay, thanks. Some last adjustments:
|
roienatan
added a commit
that referenced
this issue
Nov 16, 2023
…n-update Messages balloons width improve #2268
we have an issue with missing right margin on mobile |
3 tasks
roienatan
added a commit
that referenced
this issue
Nov 16, 2023
…rgin Messages balloons width improve #2268
@roienatan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to improve the messages width logic by mimicking telegram.
Currently we have margins
We want to change the margins and also add max width for the message balloons (depending on the width of the chat area), As follows:
Also make sure to keep the behavior we already have (I think)
In any case - 2 liners are only those which got cut into two lines because of their length, not ones that were cut by a Shift-Enter.
For text inside a balloon - say it's aligned to the left (English - LTR, the opposite for RTL).
The margin from the right side is also 17 pixels (minimum). So the maximal text length inside a balloon of W pixels width is W - 2X17 = W - 34
The text was updated successfully, but these errors were encountered: