Page MenuHomePhabricator

[New version] Hide stats list on small screen sizes rather than move it
Closed, DeclinedPublic

Description

Author: swalling

Description:
800x600 current behavior

Right now if your screen width drops below around 1000, we move the community stats list from the right of the form to the bottom. Let's just hide it instead.


Version: unspecified
Severity: enhancement

Attached:

Screen_Shot_2013-05-30_at_6.41.57_PM.png (714×914 px, 119 KB)

Details

Reference
bz49002

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:44 AM
bzimport set Reference to bz49002.
bzimport added a subscriber: Unknown Object (MLST).

Change 72877 had a related patch set uploaded by Spage:
Hide benefits column on narrower screens.

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

It's hard to get the cut-off right in CSS as it depends on the width of the "Wikinamehere is made by people like you." createacct-benefit-heading. For enwiki the benefits drops below around 930px, but in that patch I hide at 975px for longer phrases.

Change 135054 had a related patch set uploaded by Robmoen:
Hide signup stats list on small screen sizes rather than move it

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

Change 135054 abandoned by Robmoen:
Hide signup stats list on small screen sizes rather than move it

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

Change 72877 abandoned by Spage:
Hide benefits column on narrower screens.

Reason:
Works OK without this

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

This is hard to fix without assuming the size of elements in the skin, and it's not the end of the world for the benefits to drop underneath the form.