@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 flush object boxes on mobile

Summary: On /differential/ we have flush lists inside an object box which on mobile had unwanted padding. This padding shouldn't be set anymore.

Test Plan: Reviewed mobile home, differential, maniphest, applications, and uiexamples, noticed no artifacts to removal.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -12
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '44adcc42', 10 + 'core.pkg.css' => '4efed816', 11 11 'core.pkg.js' => '23d653bb', 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' => '86e05b7c', 141 + 'rsrc/css/phui/phui-object-item-list-view.css' => '12cfa14f', 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' => '86e05b7c', 795 + 'phui-object-item-list-view-css' => '12cfa14f', 796 796 'phui-pinboard-view-css' => '3dd4a269', 797 797 'phui-property-list-view-css' => '51480060', 798 798 'phui-remarkup-preview-css' => '19ad512b',
+1 -9
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 19 19 padding: 0; 20 20 } 21 21 22 - .phui-object-box .phui-object-list-flush .phui-object-item { 23 - margin: 0; 24 - } 25 - 26 - .device-phone .phui-object-box 27 - .phui-object-item-list-view.phui-object-list-flush { 28 - padding: 4px; 29 - } 30 - 22 + .phui-object-box .phui-object-list-flush .phui-object-item, 31 23 .homepage-panel .phui-object-list-flush .phui-object-item { 32 24 margin: 0; 33 25 }