@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.

Do not crop user avatar image in top bar when no Real Name set

Summary:
Increase required height for avatar image

Patch provided by Stang in https://phabricator.wikimedia.org/T307492

Closes T15552

Test Plan:
* Set `/config/edit/user.require-real-name/` to `Make real names optional`
* Log in as a user without a real name set
* Open the user menu in the top bar and look at the user avatar image

Reviewers: O1 Blessed Committers, Cigaryno, avivey

Reviewed By: O1 Blessed Committers, Cigaryno, avivey

Subscribers: avivey, speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15552

Differential Revision: https://we.phorge.it/D25348

+7 -7
+6 -6
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '76ed87e3', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '0ef1e5d9', 12 + 'core.pkg.css' => 'e51a98e2', 13 13 'core.pkg.js' => '2eeda9e0', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '525f9a1d', ··· 134 134 'rsrc/css/phui/object-item/phui-oi-drag-ui.css' => 'da15d3dc', 135 135 'rsrc/css/phui/object-item/phui-oi-flush-ui.css' => '490e2e2e', 136 136 'rsrc/css/phui/object-item/phui-oi-list-view.css' => '9275ff55', 137 - 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '6a30fa46', 137 + 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f', 138 138 'rsrc/css/phui/phui-action-list.css' => '1b0085b2', 139 139 'rsrc/css/phui/phui-action-panel.css' => '6c386cbf', 140 140 'rsrc/css/phui/phui-badge.css' => '666e25ad', ··· 871 871 'phui-oi-drag-ui-css' => 'da15d3dc', 872 872 'phui-oi-flush-ui-css' => '490e2e2e', 873 873 'phui-oi-list-view-css' => '9275ff55', 874 - 'phui-oi-simple-ui-css' => '6a30fa46', 874 + 'phui-oi-simple-ui-css' => '9b03a61f', 875 875 'phui-pager-css' => 'd022c7ad', 876 876 'phui-pinboard-view-css' => '1f08f5d8', 877 877 'phui-policy-section-view-css' => '139fdc64', ··· 1538 1538 '6a18c42e' => array( 1539 1539 'javelin-install', 1540 1540 ), 1541 - '6a30fa46' => array( 1542 - 'phui-oi-list-view-css', 1543 - ), 1544 1541 '6a85bc5a' => array( 1545 1542 'javelin-behavior', 1546 1543 'javelin-dom', ··· 1790 1787 '9aae2b66' => array( 1791 1788 'javelin-install', 1792 1789 'javelin-util', 1790 + ), 1791 + '9b03a61f' => array( 1792 + 'phui-oi-list-view-css', 1793 1793 ), 1794 1794 '9c01e364' => array( 1795 1795 'javelin-behavior',
+1 -1
webroot/rsrc/css/phui/object-item/phui-oi-simple-ui.css
··· 4 4 */ 5 5 6 6 .phui-oi-list-simple .phui-oi-with-image .phui-oi-frame { 7 - min-height: 26px; 7 + min-height: 36px; 8 8 } 9 9 10 10 .phui-oi-list-simple .phui-oi-image {