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

Standardize spacing when icons have text

Summary: Our standard icon -> button spacing is 4px, not 8px.

Test Plan: Review search icon in Conpherence Full

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '2a59f5f0', 10 + 'core.pkg.css' => 'a31d0df4', 11 11 'core.pkg.js' => '6a4f677f', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '3500921f', ··· 134 134 'rsrc/css/phui/phui-form-view.css' => '28062c92', 135 135 'rsrc/css/phui/phui-form.css' => 'f535f938', 136 136 'rsrc/css/phui/phui-header-view.css' => '083669db', 137 - 'rsrc/css/phui/phui-icon.css' => 'd35aa857', 137 + 'rsrc/css/phui/phui-icon.css' => 'bc766998', 138 138 'rsrc/css/phui/phui-image-mask.css' => '5a8b09c8', 139 139 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 140 140 'rsrc/css/phui/phui-info-view.css' => 'c6f0aef8', ··· 788 788 'phui-form-css' => 'f535f938', 789 789 'phui-form-view-css' => '28062c92', 790 790 'phui-header-view-css' => '083669db', 791 - 'phui-icon-view-css' => 'd35aa857', 791 + 'phui-icon-view-css' => 'bc766998', 792 792 'phui-image-mask-css' => '5a8b09c8', 793 793 'phui-info-panel-css' => '27ea50a1', 794 794 'phui-info-view-css' => 'c6f0aef8',
+1 -1
webroot/rsrc/css/phui/phui-icon.css
··· 31 31 } 32 32 33 33 .phui-icon-has-text:before { 34 - margin-right: 8px; 34 + margin-right: 4px; 35 35 } 36 36 37 37 a.phui-icon-view:hover {