@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.

Minor visual tweaks to feed.

Summary: Normalizes the font-size for readability, consistent padding to the header, more prominence on the date dividers.

Test Plan: Reviewed in sandbox. http://phab1.pushlabs.net/feed/

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4402

+5 -6
+1 -1
src/__celerity_resource_map__.php
··· 2516 2516 ), 2517 2517 'phabricator-feed-css' => 2518 2518 array( 2519 - 'uri' => '/res/8ddc1d44/rsrc/css/application/feed/feed.css', 2519 + 'uri' => '/res/94a04b24/rsrc/css/application/feed/feed.css', 2520 2520 'type' => 'css', 2521 2521 'requires' => 2522 2522 array(
+4 -5
webroot/rsrc/css/application/feed/feed.css
··· 4 4 5 5 .phabricator-feed-frame { 6 6 width: 640px; 7 - padding: 1em; 7 + padding: 20px; 8 8 } 9 9 10 10 .phabricator-chromeless-page .phabricator-feed-frame { ··· 20 20 21 21 .phabricator-feed-story-one-line { 22 22 min-height: 0; 23 - font-size: 11px; 24 - color: #444444; 23 + color: #555; 25 24 } 26 25 27 26 .phabricator-feed-story-head { ··· 38 37 } 39 38 40 39 .phabricator-feed-story-date { 41 - color: #666666; 42 - font-size: 11px; 40 + color: #555; 41 + font-weight: bold; 43 42 border-bottom: 1px solid #eeeeee; 44 43 padding: .5em 0; 45 44 }