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

On narrow dashboard columns, don't show col2 of obj-item

Summary: Hides the second column of info on narrow (33%) columns on dashboards on object-items.

Test Plan:
Tested a narrow left and narrow right column, 160px is gained back.

{F248276}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+8 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '9b417064', 10 + 'core.pkg.css' => '78b8bd03', 11 11 'core.pkg.js' => 'ef8f73ee', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 134 134 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 135 135 'rsrc/css/phui/phui-list.css' => '43ed2d93', 136 136 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 137 - 'rsrc/css/phui/phui-object-item-list-view.css' => 'a2e6046f', 137 + 'rsrc/css/phui/phui-object-item-list-view.css' => '19fdb87f', 138 138 'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269', 139 139 'rsrc/css/phui/phui-property-list-view.css' => '86f9df88', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 783 783 'phui-info-panel-css' => '27ea50a1', 784 784 'phui-list-view-css' => '43ed2d93', 785 785 'phui-object-box-css' => 'e9f7e938', 786 - 'phui-object-item-list-view-css' => 'a2e6046f', 786 + 'phui-object-item-list-view-css' => '19fdb87f', 787 787 'phui-pinboard-view-css' => '3dd4a269', 788 788 'phui-property-list-view-css' => '86f9df88', 789 789 'phui-remarkup-preview-css' => '19ad512b',
+5
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 692 692 border-bottom: 1px solid {$thinblueborder}; 693 693 } 694 694 695 + .device-desktop .aphront-multi-column-fluid .aphront-multi-column-2-up 696 + .aphront-multi-column-column-outer.third .phui-object-item-col2 { 697 + display: none; 698 + } 699 + 695 700 696 701 /* - Launcher List ---------------------------------------------------------- */ 697 702