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

Some header tag icons are too small

Summary: Ref D17991, this rule got more specific with shade tag re-write, so needs updating for headers.

Test Plan: Review a differential header, first icon is now 15px instead of 12px

Reviewers: epriestley, avivey

Reviewed By: avivey

Spies: Korvin

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

+5 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '06a86de6', 12 + 'core.pkg.css' => '5b85ece6', 13 13 'core.pkg.js' => '6c085267', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 158 158 'rsrc/css/phui/phui-form-view.css' => 'ae9f8d16', 159 159 'rsrc/css/phui/phui-form.css' => '7aaa04e3', 160 160 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 161 - 'rsrc/css/phui/phui-header-view.css' => 'e7de7ee2', 161 + 'rsrc/css/phui/phui-header-view.css' => '808b82c7', 162 162 'rsrc/css/phui/phui-hovercard.css' => 'f0592bcf', 163 163 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 164 164 'rsrc/css/phui/phui-icon.css' => '5c4a5de6', ··· 845 845 'phui-form-css' => '7aaa04e3', 846 846 'phui-form-view-css' => 'ae9f8d16', 847 847 'phui-head-thing-view-css' => 'fd311e5f', 848 - 'phui-header-view-css' => 'e7de7ee2', 848 + 'phui-header-view-css' => '808b82c7', 849 849 'phui-hovercard' => '1bd28176', 850 850 'phui-hovercard-view-css' => 'f0592bcf', 851 851 'phui-icon-set-selector-css' => '87db8fee',
+2 -2
webroot/rsrc/css/phui/phui-header-view.css
··· 187 187 margin-right: 4px; 188 188 } 189 189 190 - .phui-header-subheader .phui-tag-view .phui-icon-view, 191 - .phui-header-subheader .policy-header-callout .phui-icon-view { 190 + .phui-header-subheader .phui-tag-view span.phui-icon-view, 191 + .phui-header-subheader .policy-header-callout span.phui-icon-view { 192 192 display: inline-block; 193 193 margin: -2px 4px -2px 0; 194 194 font-size: 15px;