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

Correct ObjectItem height when no attributes are attached

Summary: If we have a byline, but no attributes, the height of the entire object is off by 4 pixels.

Test Plan: Review list of recent commits, see correct padding.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'd83f8c13', 10 + 'core.pkg.css' => '094971a9', 11 11 'core.pkg.js' => '44aac665', 12 12 'darkconsole.pkg.js' => 'd326843f', 13 13 'differential.pkg.css' => '8af45893', ··· 136 136 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 137 137 'rsrc/css/phui/phui-list.css' => '53deb25c', 138 138 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 139 - 'rsrc/css/phui/phui-object-item-list-view.css' => '402496b8', 139 + 'rsrc/css/phui/phui-object-item-list-view.css' => '7f20c02d', 140 140 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 141 141 'rsrc/css/phui/phui-property-list-view.css' => '51480060', 142 142 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 777 777 'phui-info-panel-css' => '27ea50a1', 778 778 'phui-list-view-css' => '53deb25c', 779 779 'phui-object-box-css' => 'e9f7e938', 780 - 'phui-object-item-list-view-css' => '402496b8', 780 + 'phui-object-item-list-view-css' => '7f20c02d', 781 781 'phui-pinboard-view-css' => '3dd4a269', 782 782 'phui-property-list-view-css' => '51480060', 783 783 'phui-remarkup-preview-css' => '19ad512b',
+1 -1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 516 516 517 517 .phui-object-item-bylines { 518 518 padding: 0 10px; 519 - margin: 4px 0; 519 + margin: 4px 0 8px; 520 520 font-size: 12px; 521 521 color: {$lightgreytext}; 522 522 text-align: right;