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

Fix properties box layout for profiles/projects on mobile

Summary: The spacing here is incorrect and no longer needed.

Test Plan: Test phone layout of project, profile.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+2 -6
+2 -2
resources/celerity/map.php
··· 94 94 'rsrc/css/application/policy/policy.css' => '957ea14c', 95 95 'rsrc/css/application/ponder/ponder-view.css' => 'fbd45f96', 96 96 'rsrc/css/application/project/project-card-view.css' => '9418c97d', 97 - 'rsrc/css/application/project/project-view.css' => '9ce99f21', 97 + 'rsrc/css/application/project/project-view.css' => '55d99221', 98 98 'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733', 99 99 'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5', 100 100 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', ··· 884 884 'policy-transaction-detail-css' => '82100a43', 885 885 'ponder-view-css' => 'fbd45f96', 886 886 'project-card-view-css' => '9418c97d', 887 - 'project-view-css' => '9ce99f21', 887 + 'project-view-css' => '55d99221', 888 888 'releeph-core' => '9b3c5733', 889 889 'releeph-preview-branch' => 'b7a6f4a5', 890 890 'releeph-request-differential-create-dialog' => '8d8b92cd',
-4
webroot/rsrc/css/application/project/project-view.css
··· 36 36 padding: 12px 0; 37 37 } 38 38 39 - .device-phone .phui-box.project-view-properties { 40 - margin: 0 12px 0 12px; 41 - } 42 - 43 39 .project-view-properties .phui-property-list-container + 44 40 .phui-property-list-text-content { 45 41 border-color: rgba({$alphagrey},.2);