@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 crumb alignment with new notification layout

Summary: Crumbs misalign because the hit area on the icons was 2px too large.

Test Plan: Test on pages with crumbs. IE, FF, Chrome...

Reviewers: epriestley, btrahan

Subscribers: Korvin, epriestley

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a82ffdea', 10 + 'core.pkg.css' => '9b417064', 11 11 'core.pkg.js' => 'ef8f73ee', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 35 35 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 36 36 'rsrc/css/aphront/typeahead.css' => 'a989b5b3', 37 37 'rsrc/css/application/auth/auth.css' => '1e655982', 38 - 'rsrc/css/application/base/main-menu-view.css' => 'de453b7c', 38 + 'rsrc/css/application/base/main-menu-view.css' => '33e5f2f6', 39 39 'rsrc/css/application/base/notification-menu.css' => '6aa0a74b', 40 40 'rsrc/css/application/base/phabricator-application-launch-view.css' => '5d71008f', 41 41 'rsrc/css/application/base/standard-page-view.css' => '3f5b9311', ··· 723 723 'phabricator-hovercard-view-css' => '893f4783', 724 724 'phabricator-keyboard-shortcut' => '1ae869f2', 725 725 'phabricator-keyboard-shortcut-manager' => 'ad7a69ca', 726 - 'phabricator-main-menu-view' => 'de453b7c', 726 + 'phabricator-main-menu-view' => '33e5f2f6', 727 727 'phabricator-nav-view-css' => '9283c2df', 728 728 'phabricator-notification' => '0c6946e7', 729 729 'phabricator-notification-css' => '9c279160',
+1 -1
webroot/rsrc/css/application/base/main-menu-view.css
··· 292 292 width: 18px; 293 293 height: 18px; 294 294 float: left; 295 - padding: 9px 6px 9px 4px; 295 + padding: 8px 6px 8px 4px; 296 296 color: white; 297 297 font-size: 18px; 298 298 line-height: 20px;