@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+6 -2
+1 -1
src/__celerity_resource_map__.php
··· 2926 2926 ), 2927 2927 'phabricator-feed-css' => 2928 2928 array( 2929 - 'uri' => '/res/94a04b24/rsrc/css/application/feed/feed.css', 2929 + 'uri' => '/res/fa2d5d8d/rsrc/css/application/feed/feed.css', 2930 2930 'type' => 'css', 2931 2931 'requires' => 2932 2932 array(
+5 -1
webroot/rsrc/css/application/feed/feed.css
··· 3 3 */ 4 4 5 5 .phabricator-feed-frame { 6 + margin: 10px; 7 + } 8 + 9 + .device-desktop .phabricator-feed-frame { 6 10 width: 640px; 7 - padding: 20px; 11 + margin: 20px; 8 12 } 9 13 10 14 .phabricator-chromeless-page .phabricator-feed-frame {