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:
@@ -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(
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user