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

Better mobile footer alignment

Summary: doot doot

Test Plan: tablet, mobile breakbpoints

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
0afccd20 5030ba04

+7 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'bbeb85d2', 10 + 'core.pkg.css' => 'a9b47b99', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 36 36 'rsrc/css/application/base/notification-menu.css' => 'f31c0bde', 37 37 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 38 38 'rsrc/css/application/base/phui-theme.css' => '6b451f24', 39 - 'rsrc/css/application/base/standard-page-view.css' => '1f53d056', 39 + 'rsrc/css/application/base/standard-page-view.css' => 'a1096ed4', 40 40 'rsrc/css/application/calendar/calendar-icon.css' => 'c69aa59f', 41 41 'rsrc/css/application/chatlog/chatlog.css' => 'd295b020', 42 42 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', ··· 746 746 'phabricator-side-menu-view-css' => 'bec2458e', 747 747 'phabricator-slowvote-css' => '475b4bd2', 748 748 'phabricator-source-code-view-css' => 'cbeef983', 749 - 'phabricator-standard-page-view' => '1f53d056', 749 + 'phabricator-standard-page-view' => 'a1096ed4', 750 750 'phabricator-textareautils' => '5c93c52c', 751 751 'phabricator-title' => 'df5e11d2', 752 752 'phabricator-tooltip' => '1d298e3a',
+4
webroot/rsrc/css/application/base/standard-page-view.css
··· 25 25 color: {$greytext}; 26 26 } 27 27 28 + .device .phabricator-standard-page-footer { 29 + margin: 4px 8px; 30 + } 31 + 28 32 !print .phabricator-standard-page-footer { 29 33 display: none; 30 34 }