Page MenuHomePhabricator

Central project pages need CSS for mobile devices
Closed, InvalidPublic

Description

Author: paulnel

Description:
Need to put min-width on page to keep the page from collapsing.

From:
<body style="background: #fff;">
To
<body style="background: #fff; min-width: 600px;">

Justification:
When a user on a mobile phone navigates to Wikipedia, or a desktop browser is made narrow the text blocks collapse over the globe and looks messy. Setting min-width resolves this issue.


Version: .5
Severity: enhancement
URL: http://www.wikipedia.org/

Details

Reference
bz14340

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:10 PM
bzimport set Reference to bz14340.
bzimport added a subscriber: Unknown Object (MLST).

Changed the summary so it applies to all central pages as well as it mentions special stylesheet necessity.

hcatlin wrote:

Wait, you mean on the main site, right? We don't have any body style like that ATM.

Resolving. Please re-open if this is still an issue.