Closed
Bug 916833
Opened 11 years ago
Closed 10 years ago
Avatar not centered in mobile profile view
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: giorgos, Assigned: wbowling)
Details
(Whiteboard: [kb=1426235] )
Attachments
(1 file)
211.96 KB,
image/png
|
Details |
On android / firefox the avatar is not centered in profile view.
Reporter | ||
Updated•11 years ago
|
Summary: Avatar not centered in profile view → Avatar not centered in mobile profile view
Comment 1•10 years ago
|
||
Attachment shows the avatar is not centered. If it was centered, the highest part of the avatar would be under the "n" of "Mozillian Profile", but instead it's under the "r". So it's about 10% or 15% more right than it should be.
Updated•10 years ago
|
Assignee: nobody → scott.leea
Comment 2•10 years ago
|
||
I played around with the CSS and it looks more centered now. Let me know what you think.
https://github.com/mozilla/mozillians/pull/972
Assignee | ||
Comment 3•10 years ago
|
||
There are a lot of breakpoints in the CSS. The solution to centering something in CSS is to give it automatic side margins. If you keep adjusting a left-side offset as a percentage of the container's width when the size of the image is not defined also by a percentage then it will always be off-center.
I'm seeing if I can rewrite it.
Updated•10 years ago
|
Assignee: scott.leea → wbowling
Comment 4•10 years ago
|
||
Assigned to wbowling since he has a fix.
Reporter | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 5•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/27b93070217e099bb59a436f1ee0e17ad5092d65
[fix bug 916833] Fix centering for profile image.
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Version: other → next
Reporter | ||
Updated•10 years ago
|
Whiteboard: [kb=1426235]
Comment 6•10 years ago
|
||
QA verified on stage - profile image appears centered
- Android 4.4.4 Firefox for Android & Chrome
- iOS latest [iPod touch] Safari
- Firefox OS latest
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•10 years ago
|
Version: next → 2014-06.6
Reporter | ||
Updated•10 years ago
|
Version: 2014-06.6 → 2014-07.1
You need to log in
before you can comment on or make changes to this bug.
Description
•