@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 iconNav in Windows

Summary: Fixes T8012. The line height here with the stock Segoe font are causing some overflow issues. I guess Segoe bleeds out of the line-height bounding box.

Test Plan: Test Chrome, IE on Windows, Chrome on Mac. Seems spiffy to me.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8012

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '82833797', 10 + 'core.pkg.css' => 'b3250cbe', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 117 117 'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3', 118 118 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', 119 119 'rsrc/css/layout/phabricator-hovercard-view.css' => '44394670', 120 - 'rsrc/css/layout/phabricator-side-menu-view.css' => '7e8c6341', 120 + 'rsrc/css/layout/phabricator-side-menu-view.css' => 'c1db9e9c', 121 121 'rsrc/css/layout/phabricator-source-code-view.css' => '2ceee894', 122 122 'rsrc/css/phui/calendar/phui-calendar-day.css' => 'de035c8a', 123 123 'rsrc/css/phui/calendar/phui-calendar-list.css' => 'c1d0ca59', ··· 747 747 'phabricator-remarkup-css' => '0037bdbf', 748 748 'phabricator-search-results-css' => '15c71110', 749 749 'phabricator-shaped-request' => '7cbe244b', 750 - 'phabricator-side-menu-view-css' => '7e8c6341', 750 + 'phabricator-side-menu-view-css' => 'c1db9e9c', 751 751 'phabricator-slowvote-css' => '266df6a1', 752 752 'phabricator-source-code-view-css' => '2ceee894', 753 753 'phabricator-standard-page-view' => 'd3e1abe9',
+1 -1
webroot/rsrc/css/layout/phabricator-side-menu-view.css
··· 62 62 .phabricator-icon-nav .phabricator-side-menu .phui-list-item-icon { 63 63 font-size: 20px; 64 64 width: 40px; 65 - line-height: 40px; 65 + line-height: 38px; 66 66 text-align: center; 67 67 vertical-align: bottom; 68 68 }