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

Fix a minor text alignment issue for static text comment actions like "Accept Revision"

Summary:
Ref T13187. See PHI836. The "action" comment actions in Differential (Accept, Reject, etc) render a single line of descriptive text. This is currently slightly misaligned.

Give it similar sizing information to the label element to the left, so it lines up properly.

Test Plan:
Note that "Request Review" and "This revision will be..." are now aligned:

{F5828077}

Reviewers: amckinley

Maniphest Tasks: T13187

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

+5 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => '15191c65', 12 - 'core.pkg.css' => 'f515619b', 12 + 'core.pkg.css' => 'fc4839c8', 13 13 'core.pkg.js' => '2058ec09', 14 14 'differential.pkg.css' => '06dc617c', 15 15 'differential.pkg.js' => 'c1cfa143', ··· 151 151 'rsrc/css/phui/phui-document.css' => '878c2f52', 152 152 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 153 153 'rsrc/css/phui/phui-fontkit.css' => '1320ed01', 154 - 'rsrc/css/phui/phui-form-view.css' => 'ae9f8d16', 154 + 'rsrc/css/phui/phui-form-view.css' => 'f808e5be', 155 155 'rsrc/css/phui/phui-form.css' => '7aaa04e3', 156 156 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 157 157 'rsrc/css/phui/phui-header-view.css' => 'edeb9252', ··· 819 819 'phui-font-icon-base-css' => '870a7360', 820 820 'phui-fontkit-css' => '1320ed01', 821 821 'phui-form-css' => '7aaa04e3', 822 - 'phui-form-view-css' => 'ae9f8d16', 822 + 'phui-form-view-css' => 'f808e5be', 823 823 'phui-head-thing-view-css' => 'fd311e5f', 824 824 'phui-header-view-css' => 'edeb9252', 825 825 'phui-hovercard' => '1bd28176',
+2 -1
webroot/rsrc/css/phui/phui-form-view.css
··· 546 546 } 547 547 548 548 .phui-form-static-action { 549 - padding: 4px; 549 + height: 28px; 550 + line-height: 28px; 550 551 color: {$bluetext}; 551 552 } 552 553