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

Add some additional padding before footer on profiles

Summary: Spaces out the page a little better if there is no information on it.

Test Plan: review a profile and a project home

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
e4372e12 5e639fea

+3 -2
+2 -2
resources/celerity/map.php
··· 93 93 'rsrc/css/application/policy/policy-transaction-detail.css' => '82100a43', 94 94 'rsrc/css/application/policy/policy.css' => '957ea14c', 95 95 'rsrc/css/application/ponder/ponder-view.css' => '7b0df4da', 96 - 'rsrc/css/application/project/project-view.css' => '5c32ce0a', 96 + 'rsrc/css/application/project/project-view.css' => '22f7ed0e', 97 97 'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733', 98 98 'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5', 99 99 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', ··· 842 842 'policy-edit-css' => '815c66f7', 843 843 'policy-transaction-detail-css' => '82100a43', 844 844 'ponder-view-css' => '7b0df4da', 845 - 'project-view-css' => '5c32ce0a', 845 + 'project-view-css' => '22f7ed0e', 846 846 'raphael-core' => '51ee6b43', 847 847 'raphael-g' => '40dde778', 848 848 'raphael-g-line' => '40da039e',
+1
webroot/rsrc/css/application/project/project-view.css
··· 4 4 5 5 .project-view-home { 6 6 background: #fff; 7 + padding-bottom: 64px; 7 8 } 8 9 9 10 .phui-box.phui-box-grey.project-view-properties {