@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 icon alignment home nav

Summary: These icons weren't actually centering. Widen the width and actually center the text.

Test Plan: Review centering very carefully. Test home desktop / mobile

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+6 -6
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '5b0a985d', 10 + 'core.pkg.css' => 'b5cc2f39', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '9451634c', ··· 35 35 'rsrc/css/application/auth/auth.css' => '0877ed6e', 36 36 'rsrc/css/application/base/main-menu-view.css' => '2f670a96', 37 37 'rsrc/css/application/base/notification-menu.css' => 'f31c0bde', 38 - 'rsrc/css/application/base/phabricator-application-launch-view.css' => '077e63cb', 38 + 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 39 39 'rsrc/css/application/base/phui-theme.css' => '6b451f24', 40 40 'rsrc/css/application/base/standard-page-view.css' => '4d176b67', 41 41 'rsrc/css/application/calendar/calendar-icon.css' => 'c69aa59f', ··· 717 717 'path-typeahead' => 'f7fc67ec', 718 718 'people-profile-css' => '25970776', 719 719 'phabricator-action-list-view-css' => 'c5eba19d', 720 - 'phabricator-application-launch-view-css' => '077e63cb', 720 + 'phabricator-application-launch-view-css' => '95351601', 721 721 'phabricator-busy' => '59a7976a', 722 722 'phabricator-chatlog-css' => 'd295b020', 723 723 'phabricator-content-source-view-css' => '4b8b05d4',
+3 -3
webroot/rsrc/css/application/base/phabricator-application-launch-view.css
··· 40 40 41 41 .phabricator-application-launch-icon { 42 42 position: absolute; 43 - width: 18px; 43 + width: 38px; 44 44 height: 18px; 45 - top: 12px; 46 - left: 10px; 45 + top: 6px; 46 + left: 0; 47 47 font-size: 18px; 48 48 text-align: center; 49 49 vertical-align: bottom;