Improve Ponder on Mobile

Summary: Ponder was pretty unusable on mobile, I fixed most of the issues and ran some pht's as well.

Test Plan: Use Ponder //shudder//

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5977
This commit is contained in:
Chad Little
2013-05-20 07:55:23 -07:00
parent 2214f96d3f
commit 092020a7a6
16 changed files with 84 additions and 145 deletions

View File

@@ -94,7 +94,8 @@ final class PonderQuestionViewController extends PonderController {
$nav,
array(
'device' => true,
'title' => 'Q'.$question->getID().' '.$question->getTitle()
'title' => 'Q'.$question->getID().' '.$question->getTitle(),
'dust' => true,
));
}