@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 collapse background color on profile-menu

Summary: This color needs to be fixed since we want the collapse icon over the menu.

Test Plan: Shrink window so area has to scroll, see collapse above the rest of the menu.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+8 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '4601645d', 11 11 'conpherence.pkg.js' => '11f3e07e', 12 - 'core.pkg.css' => 'edd0a773', 12 + 'core.pkg.css' => 'de918edf', 13 13 'core.pkg.js' => '30185d95', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'e1d704ce', ··· 154 154 'rsrc/css/phui/phui-object-item-list-view.css' => '87278fa0', 155 155 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 156 156 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 157 - 'rsrc/css/phui/phui-profile-menu.css' => '12727a44', 157 + 'rsrc/css/phui/phui-profile-menu.css' => '4768721a', 158 158 'rsrc/css/phui/phui-property-list-view.css' => '6d8e58ac', 159 159 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 160 160 'rsrc/css/phui/phui-segment-bar-view.css' => '46342871', ··· 930 930 'phui-object-item-list-view-css' => '87278fa0', 931 931 'phui-pager-css' => 'bea33d23', 932 932 'phui-pinboard-view-css' => '2495140e', 933 - 'phui-profile-menu-css' => '12727a44', 933 + 'phui-profile-menu-css' => '4768721a', 934 934 'phui-property-list-view-css' => '6d8e58ac', 935 935 'phui-remarkup-preview-css' => '1a8f2591', 936 936 'phui-segment-bar-view-css' => '46342871',
+5 -1
webroot/rsrc/css/phui/phui-profile-menu.css
··· 17 17 } 18 18 19 19 .phui-profile-menu .phabricator-side-menu { 20 - background: rgba({$alphablue}, 0.15); 20 + background: #dee0e7; 21 21 width: 240px; 22 + } 23 + 24 + .phabricator-side-menu .phui-profile-menu-footer-1 { 25 + background: #dee0e7; 22 26 } 23 27 24 28 .phui-profile-menu .phabricator-side-menu .phui-list-item-view {