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

Increase height of logo

Summary: This increases the transparent space around the Phabricator logo. The logo itself is the same size. This allows for adding of other logos more easily without needing to alter the space provided. (Like Phacility)

Test Plan:
Reload page, screenshot logo, pull into Photoshop and verify spacing top and bottom.

{F309985}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+13 -13
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '375bfcd1', 10 + 'core.pkg.css' => '64aeadfc', 11 11 'core.pkg.js' => '23d653bb', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '380f07e5', ··· 35 35 'rsrc/css/aphront/typeahead.css' => '0e403212', 36 36 'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af', 37 37 'rsrc/css/application/auth/auth.css' => '1e655982', 38 - 'rsrc/css/application/base/main-menu-view.css' => '7bb9c588', 38 + 'rsrc/css/application/base/main-menu-view.css' => '83766540', 39 39 'rsrc/css/application/base/notification-menu.css' => '6aa0a74b', 40 40 'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f', 41 41 'rsrc/css/application/base/standard-page-view.css' => '60d0df9a', ··· 152 152 'rsrc/css/sprite-gradient.css' => '4bdb98a7', 153 153 'rsrc/css/sprite-login.css' => 'a355d921', 154 154 'rsrc/css/sprite-main-header.css' => '92720ee2', 155 - 'rsrc/css/sprite-menu.css' => '5033f9a1', 155 + 'rsrc/css/sprite-menu.css' => '9ef76324', 156 156 'rsrc/css/sprite-projects.css' => 'b0d9e24f', 157 157 'rsrc/css/sprite-tokens.css' => '1706b943', 158 158 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '5fb6fb0e', ··· 330 330 'rsrc/image/sprite-login-X2.png' => '5ae6de3a', 331 331 'rsrc/image/sprite-login.png' => '07f2c67c', 332 332 'rsrc/image/sprite-main-header.png' => '83521873', 333 - 'rsrc/image/sprite-menu-X2.png' => '670cb5d7', 334 - 'rsrc/image/sprite-menu.png' => '8c056996', 333 + 'rsrc/image/sprite-menu-X2.png' => '1c90d7bc', 334 + 'rsrc/image/sprite-menu.png' => '619781ee', 335 335 'rsrc/image/sprite-projects-X2.png' => '8c91c839', 336 336 'rsrc/image/sprite-projects.png' => 'ef9dc9b5', 337 337 'rsrc/image/sprite-tokens-X2.png' => 'b4776580', ··· 729 729 'phabricator-hovercard-view-css' => '893f4783', 730 730 'phabricator-keyboard-shortcut' => '1ae869f2', 731 731 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 732 - 'phabricator-main-menu-view' => '7bb9c588', 732 + 'phabricator-main-menu-view' => '83766540', 733 733 'phabricator-nav-view-css' => '7aeaf435', 734 734 'phabricator-notification' => '0c6946e7', 735 735 'phabricator-notification-css' => '9c279160', ··· 825 825 'sprite-gradient-css' => '4bdb98a7', 826 826 'sprite-login-css' => 'a355d921', 827 827 'sprite-main-header-css' => '92720ee2', 828 - 'sprite-menu-css' => '5033f9a1', 828 + 'sprite-menu-css' => '9ef76324', 829 829 'sprite-projects-css' => 'b0d9e24f', 830 830 'sprite-tokens-css' => '1706b943', 831 831 'syntax-highlighting-css' => '56c1ba38',
+1 -1
resources/sprite/manifest/menu.json
··· 9 9 "logo": { 10 10 "name": "logo", 11 11 "rule": ".phabricator-main-menu-logo", 12 - "hash": "68f6535593f36a2f4e055425ca4383fc" 12 + "hash": "168faf0d69b31bd626fa7e1b7cad464b" 13 13 } 14 14 }, 15 15 "scales": [
resources/sprite/menu_1x/logo.png

This is a binary file and will not be displayed.

resources/sprite/menu_2x/logo.png

This is a binary file and will not be displayed.

+1 -1
src/applications/celerity/CeleritySpriteGenerator.php
··· 8 8 $sources = array( 9 9 'logo' => array( 10 10 'x' => 96, 11 - 'y' => 26, 11 + 'y' => 40, 12 12 'css' => '.phabricator-main-menu-logo', 13 13 ), 14 14 'eye' => array(
+2 -2
webroot/rsrc/css/application/base/main-menu-view.css
··· 50 50 .phabricator-main-menu-logo { 51 51 position: absolute; 52 52 width: 96px; 53 - height: 26px; 53 + height: 40px; 54 54 left: 52px; 55 - top: 9px; 55 + top: 2px; 56 56 } 57 57 58 58 .phabricator-main-menu-eye {
+2 -2
webroot/rsrc/css/sprite-menu.css
··· 13 13 only screen and (-webkit-min-device-pixel-ratio: 1.5) { 14 14 .sprite-menu { 15 15 background-image: url(/rsrc/image/sprite-menu-X2.png); 16 - background-size: 97px 68px; 16 + background-size: 97px 82px; 17 17 } 18 18 } 19 19 ··· 23 23 } 24 24 25 25 .phabricator-main-menu-eye { 26 - background-position: 0px -27px; 26 + background-position: 0px -41px; 27 27 }
webroot/rsrc/image/sprite-menu-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-menu.png

This is a binary file and will not be displayed.