1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-11 23:31:03 +01:00

Mobile feed css

Summary: Makes the width fluid under mobile devices.

Test Plan: Test in small Chrome and iOS.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5556
This commit is contained in:
Chad Little 2013-04-03 10:18:09 -07:00
parent b14883bc6e
commit 9ca8c8cd9c
2 changed files with 6 additions and 2 deletions

View file

@ -2926,7 +2926,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-feed-css' => 'phabricator-feed-css' =>
array( array(
'uri' => '/res/94a04b24/rsrc/css/application/feed/feed.css', 'uri' => '/res/fa2d5d8d/rsrc/css/application/feed/feed.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -3,8 +3,12 @@
*/ */
.phabricator-feed-frame { .phabricator-feed-frame {
margin: 10px;
}
.device-desktop .phabricator-feed-frame {
width: 640px; width: 640px;
padding: 20px; margin: 20px;
} }
.phabricator-chromeless-page .phabricator-feed-frame { .phabricator-chromeless-page .phabricator-feed-frame {