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

Looser spacing for durable column + minimize + footer

Summary: Lets chat sit under the footer, if present.

Test Plan: View new spacing with footer and minimized chat

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+7 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'b1547973', 11 11 'conpherence.pkg.js' => '11f3e07e', 12 - 'core.pkg.css' => '55d32e63', 12 + 'core.pkg.css' => 'b6cbe7ca', 13 13 'core.pkg.js' => '975d6a27', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '3fb7f532', ··· 38 38 'rsrc/css/application/base/notification-menu.css' => 'b3ab500d', 39 39 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 40 40 'rsrc/css/application/base/phui-theme.css' => '027ba77e', 41 - 'rsrc/css/application/base/standard-page-view.css' => '3026770e', 41 + 'rsrc/css/application/base/standard-page-view.css' => '79176f5a', 42 42 'rsrc/css/application/chatlog/chatlog.css' => 'd295b020', 43 43 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', 44 44 'rsrc/css/application/config/config-options.css' => '0ede4c9b', ··· 869 869 'phabricator-shaped-request' => '7cbe244b', 870 870 'phabricator-slowvote-css' => 'a94b7230', 871 871 'phabricator-source-code-view-css' => 'cbeef983', 872 - 'phabricator-standard-page-view' => '3026770e', 872 + 'phabricator-standard-page-view' => '79176f5a', 873 873 'phabricator-textareautils' => '320810c8', 874 874 'phabricator-title' => 'df5e11d2', 875 875 'phabricator-tooltip' => '6323f942',
+4
webroot/rsrc/css/application/base/standard-page-view.css
··· 29 29 color: {$greytext}; 30 30 } 31 31 32 + .with-durable-column .phabricator-standard-page-footer { 33 + margin: 36px 16px 28px; 34 + } 35 + 32 36 .device .phabricator-standard-page-footer { 33 37 margin: 24px 8px 16px; 34 38 }