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

Align logo image and text in site header

Summary: Ref T15666. Center wordmark vertically to align with logo in site header.

Test Plan:
- Check alignment visually.
- With browser DevTools, verify that wordmark is 44px tall.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15666

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

+8 -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' => '3c4918b0', 12 + 'core.pkg.css' => 'c0bdb5b4', 13 13 'core.pkg.js' => '2eeda9e0', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '2431def2', ··· 38 38 'rsrc/css/aphront/typeahead.css' => '8779483d', 39 39 'rsrc/css/application/almanac/almanac.css' => '2e050f4f', 40 40 'rsrc/css/application/auth/auth.css' => 'c2f23d74', 41 - 'rsrc/css/application/base/main-menu-view.css' => '89fc16b6', 41 + 'rsrc/css/application/base/main-menu-view.css' => '5d673247', 42 42 'rsrc/css/application/base/notification-menu.css' => '4df1ee30', 43 43 'rsrc/css/application/base/phui-theme.css' => '35883b37', 44 44 'rsrc/css/application/base/standard-page-view.css' => 'e08c7462', ··· 792 792 'phabricator-flag-css' => '2b77be8d', 793 793 'phabricator-keyboard-shortcut' => '1a844c06', 794 794 'phabricator-keyboard-shortcut-manager' => '81debc48', 795 - 'phabricator-main-menu-view' => '89fc16b6', 795 + 'phabricator-main-menu-view' => '5d673247', 796 796 'phabricator-nav-view-css' => '423f92cc', 797 797 'phabricator-notification' => 'a9b91e3f', 798 798 'phabricator-notification-css' => '30240bd2', ··· 1501 1501 'javelin-dom', 1502 1502 'phuix-dropdown-menu', 1503 1503 ), 1504 + '5d673247' => array( 1505 + 'phui-theme-css', 1506 + ), 1504 1507 '5d83623b' => array( 1505 1508 'javelin-dom', 1506 1509 ), ··· 1688 1691 'javelin-util', 1689 1692 'javelin-stratcom', 1690 1693 'javelin-install', 1691 - ), 1692 - '89fc16b6' => array( 1693 - 'phui-theme-css', 1694 1694 ), 1695 1695 '8ac32fd9' => array( 1696 1696 'javelin-behavior',
+2 -1
webroot/rsrc/css/application/base/main-menu-view.css
··· 70 70 float: left; 71 71 color: #fff; 72 72 font-size: 18px; 73 - margin: 9px 4px 9px 6px; 73 + line-height: 22px; 74 + margin: 11px 4px 11px 6px; 74 75 padding-right: 8px; 75 76 max-width: 175px; 76 77 overflow: hidden;