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

Tighten up spacing on feed stories

Summary: Normalizes spacing a bit for better display on feed and on profiles/projects.

Test Plan: Test layout on project, feed, profiles. Tablet, Mobile, Desktop

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+13 -8
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '28355cef', 10 + 'core.pkg.css' => '0f87bfe0', 11 11 'core.pkg.js' => 'a79eed25', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 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' => '22f7ed0e', 96 + 'rsrc/css/application/project/project-view.css' => 'c6387c87', 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', ··· 129 129 'rsrc/css/phui/phui-document-pro.css' => '8799acf7', 130 130 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 131 131 'rsrc/css/phui/phui-document.css' => '9c71d2bf', 132 - 'rsrc/css/phui/phui-feed-story.css' => 'b7b26d23', 132 + 'rsrc/css/phui/phui-feed-story.css' => '04aec08f', 133 133 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 134 134 'rsrc/css/phui/phui-form-view.css' => '4a1a0f5e', 135 135 'rsrc/css/phui/phui-form.css' => '0b98e572', ··· 803 803 'phui-document-summary-view-css' => '9ca48bdf', 804 804 'phui-document-view-css' => '9c71d2bf', 805 805 'phui-document-view-pro-css' => '8799acf7', 806 - 'phui-feed-story-css' => 'b7b26d23', 806 + 'phui-feed-story-css' => '04aec08f', 807 807 'phui-font-icon-base-css' => 'ecbbb4c2', 808 808 'phui-fontkit-css' => '9cda225e', 809 809 'phui-form-css' => '0b98e572', ··· 842 842 'policy-edit-css' => '815c66f7', 843 843 'policy-transaction-detail-css' => '82100a43', 844 844 'ponder-view-css' => '7b0df4da', 845 - 'project-view-css' => '22f7ed0e', 845 + 'project-view-css' => 'c6387c87', 846 846 'raphael-core' => '51ee6b43', 847 847 'raphael-g' => '40dde778', 848 848 'raphael-g-line' => '40da039e',
+6 -1
webroot/rsrc/css/application/project/project-view.css
··· 31 31 padding: 8px; 32 32 } 33 33 34 - .project-view-feed .phui-header-shell { 34 + .project-view-feed .phui-object-box .phui-header-shell { 35 35 padding: 8px 4px; 36 36 } 37 37 38 38 .project-view-feed .phui-header-header { 39 39 font-size: {$biggerfontsize}; 40 40 margin-left: 4px; 41 + } 42 + 43 + .device-desktop .project-view-feed .phui-feed-story, 44 + .device-tablet .project-view-feed .phui-feed-story { 45 + padding-left: 22px; 41 46 } 42 47 43 48 .project-view-home .phui-box-grey {
+2 -2
webroot/rsrc/css/phui/phui-feed-story.css
··· 24 24 padding: 12px 4px; 25 25 overflow: hidden; 26 26 color: {$greytext}; 27 - line-height: 16px; 28 27 word-break: break-word; 29 28 } 30 29 ··· 35 34 36 35 .phui-feed-story-body { 37 36 margin: 4px 4px 8px; 37 + padding-bottom: 8px; 38 38 color: {$darkgreytext}; 39 39 word-break: break-word; 40 40 max-height: 300px; ··· 43 43 44 44 .phui-feed-story-foot { 45 45 font-size: {$smallerfontsize}; 46 - padding: 8px 4px 12px; 46 + padding: 0 4px 12px; 47 47 } 48 48 49 49 .phui-feed-story-foot,