Page MenuHomePhabricator

Homepage: user info text vertical stacking issues in mobile account creation module
Closed, ResolvedPublicBUG REPORT

Description

In the mobile account creation module, user info text styling is not consistent with mockup specifications.

Actual Results:

Screenshot 2019-08-06 13.39.19.png (474×752 px, 48 KB)

Expected Results:

Screenshot 2019-08-12 16.47.40.png (352×750 px, 36 KB)

.growthexperiments-homepage-module-start.growthexperiments-homepage-module-mobile-overlay > .growthexperiments-homepage-module-section-body .growthexperiments-homepage-module-start-account .growthexperiments-homepage-module-section-userinfo {
  margin-bottom: 1em;
}

.growthexperiments-homepage-module-start > .growthexperiments-homepage-module-body .growthexperiments-homepage-module-start-account .growthexperiments-homepage-module-section-userinfo .growthexperiments-homepage-module-section-username {
  line-height: 1em;
}

Event Timeline

Change 530590 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/GrowthExperiments@master] Start/Account: update text size and position

https://gerrit.wikimedia.org/r/530590

Change 530590 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Start/Account: update text size and position

https://gerrit.wikimedia.org/r/530590

The specs seem to be in place:

betalabstestwiki
Screen Shot 2019-08-19 at 4.14.40 PM.png (404×452 px, 37 KB)
Screen Shot 2019-08-19 at 4.14.50 PM.png (388×452 px, 39 KB)

Hi @SBisson - can we add a super minor change so the text is vertically center-aligned?

image.png (530×1 px, 84 KB)

The change is to add padding-top:.15em to the username class:

image.png (918×2 px, 355 KB)

Change 531493 had a related patch set uploaded (by Sbisson; owner: Sbisson):
[mediawiki/extensions/GrowthExperiments@master] Start/Account: add padding to username to align with icon

https://gerrit.wikimedia.org/r/531493

Hi @SBisson - can we add a super minor change so the text is vertically center-aligned?
The change is to add padding-top:.15em to the username class:

Done in the patch above.

Change 531493 merged by jenkins-bot:
[mediawiki/extensions/GrowthExperiments@master] Start/Account: add padding to username to align with icon

https://gerrit.wikimedia.org/r/531493

(1) the text is vertically center-aligned

Screen Shot 2019-08-22 at 3.20.18 PM.png (201×445 px, 22 KB)

(2) The has been made according to the specs (the screenshot scale is 120%) :

The change is to add padding-top:.15em to the username class:

Screen Shot 2019-08-22 at 3.25.56 PM.png (338×424 px, 29 KB)