The home of Phabricator/Phorge is just broken on mobile.
As far as I can remember, it just shows the menu:
{F272753}
But it's really duplicated:
{F272755}
So, you never see the contents. You just see the menu.
== What should happen instead ==
On mobile, the //menu// should be hidden, not the contents. So, you see the contents:
{F272756}
And, if you want, you can see the menu of course, as usual:
{F272757}
----
I set this as high priority, since this is a really boring issue, even if it's a long-term issue.
== Historical notes ==
Part of the regression was probably introduced here:
> https://secure.phabricator.com/rPad01e26af71e7d7936dd2347eca47674255a7838
> https://secure.phabricator.com/D17259
> https://secure.phabricator.com/T11957
Problematic CSS:
```
name=webroot/rsrc/css/phui/phui-basic-nav-view.css
.phabricator-home.device-phone .phabricator-nav-content {
display: none;
}
```
=== A/B Difference ===
|Before D25107 |After D25107 |
|-------------------|-------------------|
|{F274941,size=full}|{F274942,size=full}|