-
Notifications
You must be signed in to change notification settings - Fork 263
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
Change sender position to be centered with the avatar and timestamps #6689
Conversation
In other words, I see the sender/subject/tags as one block. and that block should be aligned with the avatar. Does that make sense? |
yeah, sounds good, also i think this is not a bug, its the same design as envelope list, we just removed the subject for threads and didn't change the position. |
could you please add before/after screenshots of various test cases? |
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.
Linter should complain about the indentation
/backport to stable1.13 |
/backport to stable1.12 |
Signed-off-by: greta <gretadoci@gmail.com>
280674b
to
a1fd9c3
Compare
before
![before-nosubject-notag](https://user-images.githubusercontent.com/12728974/173525953-985b888e-7888-4846-a23e-bdc6604d0965.png)
after
![nosubjetc](https://user-images.githubusercontent.com/12728974/173524942-4d711eac-053e-4927-852a-1c7de265da4a.png)
no subjet no tag
the last 2 are the same as before, this pr fixes only when theres no subject or tags the sender should be centered.
![subject-tag-](https://user-images.githubusercontent.com/12728974/173524938-e14a44d5-9505-4d2b-9b5c-a9beb108433f.png)
![nosubject tag](https://user-images.githubusercontent.com/12728974/173524940-deccfc03-1c43-43ce-86a3-b1eeb57ecf0b.png)
subject+tag
tag, no subject
fixes #6621