@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 mobile search background color

Summary: Currently, clicking search on mobile, the background gradient is bleeding.

Test Plan: Click search icon on mobile, see black and not a pony color.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '97f7fd44', 10 + 'core.pkg.css' => '9e7cce62', 11 11 'core.pkg.js' => '417722ff', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '12c11318', ··· 37 37 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 38 38 'rsrc/css/aphront/typeahead.css' => '271456a1', 39 39 'rsrc/css/application/auth/auth.css' => '1e655982', 40 - 'rsrc/css/application/base/main-menu-view.css' => 'd36e0c11', 40 + 'rsrc/css/application/base/main-menu-view.css' => '0a599177', 41 41 'rsrc/css/application/base/notification-menu.css' => 'fc9a363c', 42 42 'rsrc/css/application/base/phabricator-application-launch-view.css' => 'd290ba21', 43 43 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', ··· 699 699 'phabricator-jump-nav' => 'f0c5e726', 700 700 'phabricator-keyboard-shortcut' => '1ae869f2', 701 701 'phabricator-keyboard-shortcut-manager' => 'ad7a69ca', 702 - 'phabricator-main-menu-view' => 'd36e0c11', 702 + 'phabricator-main-menu-view' => '0a599177', 703 703 'phabricator-menu-item' => '0f386ef4', 704 704 'phabricator-nav-view-css' => '80e60fc1', 705 705 'phabricator-notification' => '0c6946e7',
+1
webroot/rsrc/css/application/base/main-menu-view.css
··· 335 335 font-size: 15px; 336 336 min-height: 30px; 337 337 line-height: 28px; 338 + background: #000; 338 339 } 339 340 340 341 .device .phui-list-item-type-link