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

Remove margin on error-view when in an object list

Summary: I feel like this got derped by recent updates, who knows.

Test Plan:
Tested a failed Project search in Projects and in Dashboards. Spacing seems correct

{F297441}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+7 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '871df527', 10 + 'core.pkg.css' => '86353aff', 11 11 'core.pkg.js' => '65e04767', 12 12 'darkconsole.pkg.js' => '8ab24e01', 13 13 'differential.pkg.css' => '380f07e5', ··· 138 138 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 139 139 'rsrc/css/phui/phui-list.css' => '53deb25c', 140 140 'rsrc/css/phui/phui-object-box.css' => 'b8b7fd78', 141 - 'rsrc/css/phui/phui-object-item-list-view.css' => '79aeec9e', 141 + 'rsrc/css/phui/phui-object-item-list-view.css' => 'da095b41', 142 142 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 143 143 'rsrc/css/phui/phui-property-list-view.css' => '51480060', 144 144 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 792 792 'phui-info-panel-css' => '27ea50a1', 793 793 'phui-list-view-css' => '53deb25c', 794 794 'phui-object-box-css' => 'b8b7fd78', 795 - 'phui-object-item-list-view-css' => '79aeec9e', 795 + 'phui-object-item-list-view-css' => 'da095b41', 796 796 'phui-pinboard-view-css' => '3dd4a269', 797 797 'phui-property-list-view-css' => '51480060', 798 798 'phui-remarkup-preview-css' => '19ad512b',
+4
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 32 32 margin: 0; 33 33 } 34 34 35 + .phui-object-item-list-view .phui-error-view { 36 + margin: 0; 37 + } 38 + 35 39 .phui-object-box .phui-object-item-list-view .phui-error-view { 36 40 margin: 4px 0; 37 41 color: {$greytext};