@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 cut off text in Global Search in Firefox

Summary: Fixes T7914. Firefox is a special browser with special needs.

Test Plan: On Mac, test Safari, Chrome, Firefox. On Windows, IE and Firefox.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7914

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

+4 -5
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '5e324506', 10 + 'core.pkg.css' => '8ff1e850', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 34 34 'rsrc/css/aphront/typeahead.css' => '0e403212', 35 35 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 36 36 'rsrc/css/application/auth/auth.css' => '1e655982', 37 - 'rsrc/css/application/base/main-menu-view.css' => 'c75df9ed', 37 + 'rsrc/css/application/base/main-menu-view.css' => '663e3810', 38 38 'rsrc/css/application/base/notification-menu.css' => '3c9d8aa1', 39 39 'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f', 40 40 'rsrc/css/application/base/standard-page-view.css' => 'd3e1abe9', ··· 735 735 'phabricator-hovercard-view-css' => '44394670', 736 736 'phabricator-keyboard-shortcut' => '1ae869f2', 737 737 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 738 - 'phabricator-main-menu-view' => 'c75df9ed', 738 + 'phabricator-main-menu-view' => '663e3810', 739 739 'phabricator-nav-view-css' => '7aeaf435', 740 740 'phabricator-notification' => '0c6946e7', 741 741 'phabricator-notification-css' => '9c279160',
+1 -2
webroot/rsrc/css/application/base/main-menu-view.css
··· 158 158 background-color: rgba(0,0,0,.5); 159 159 opacity: .8; 160 160 height: 28px; 161 - line-height: 12px; 162 161 box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); 163 - padding: 6px 30px 6px 6px; 162 + padding: 3px 30px 3px 6px; 164 163 float: left; 165 164 width: 205px; 166 165 }