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

Scroll on overflow of property list (mobile)

Summary: Fixes T9314. Functionally phui-status-list should get moved off a table, but that's another day. This catches many other possible issues.

Test Plan: Review changes on a narrow browser.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9314

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '31e4c86b', 10 + 'core.pkg.css' => 'eb8c668d', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 141 141 'rsrc/css/phui/phui-object-item-list-view.css' => 'ab1bf393', 142 142 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 143 143 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 144 - 'rsrc/css/phui/phui-property-list-view.css' => '318d4dea', 144 + 'rsrc/css/phui/phui-property-list-view.css' => '03904f6b', 145 145 'rsrc/css/phui/phui-remarkup-preview.css' => '867f85b3', 146 146 'rsrc/css/phui/phui-spacing.css' => '042804d6', 147 147 'rsrc/css/phui/phui-status.css' => '888cedb8', ··· 794 794 'phui-object-item-list-view-css' => 'ab1bf393', 795 795 'phui-pager-css' => 'bea33d23', 796 796 'phui-pinboard-view-css' => '2495140e', 797 - 'phui-property-list-view-css' => '318d4dea', 797 + 'phui-property-list-view-css' => '03904f6b', 798 798 'phui-remarkup-preview-css' => '867f85b3', 799 799 'phui-spacing-css' => '042804d6', 800 800 'phui-status-list-view-css' => '888cedb8',
+1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 167 167 width: auto; 168 168 border: none; 169 169 float: none; 170 + overflow: auto; 170 171 } 171 172 172 173 .phui-property-list-actions {