@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 footer on mobile/nav pages

Summary: We should only move the footer over on desktops, where the sidenav is still present.

Test Plan: Test Mobile, Tablet, Desktop breakpoints on Herald.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: epriestley, Korvin

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'fe2446e9', 10 + 'core.pkg.css' => 'e8a5c5fa', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '0f9c3082', ··· 38 38 'rsrc/css/application/base/main-menu-view.css' => 'aceca0e9', 39 39 'rsrc/css/application/base/notification-menu.css' => '6aa0a74b', 40 40 'rsrc/css/application/base/phabricator-application-launch-view.css' => '5d71008f', 41 - 'rsrc/css/application/base/standard-page-view.css' => '1b000ec8', 41 + 'rsrc/css/application/base/standard-page-view.css' => '3f5b9311', 42 42 'rsrc/css/application/chatlog/chatlog.css' => '852140ff', 43 43 'rsrc/css/application/config/config-options.css' => '7fedf08b', 44 44 'rsrc/css/application/config/config-template.css' => '25d446d6', ··· 737 737 'phabricator-side-menu-view-css' => 'a2ccd7bd', 738 738 'phabricator-slowvote-css' => '266df6a1', 739 739 'phabricator-source-code-view-css' => '7d346aa4', 740 - 'phabricator-standard-page-view' => '1b000ec8', 740 + 'phabricator-standard-page-view' => '3f5b9311', 741 741 'phabricator-textareautils' => '5c93c52c', 742 742 'phabricator-title' => '5c1c758c', 743 743 'phabricator-tooltip' => '3915d490',
+1 -1
webroot/rsrc/css/application/base/standard-page-view.css
··· 21 21 color: {$lightgreytext}; 22 22 } 23 23 24 - .has-local-nav + .phabricator-standard-page-footer { 24 + .device-desktop .has-local-nav + .phabricator-standard-page-footer { 25 25 margin-left: 221px; 26 26 } 27 27