@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 Aphront Filter on mobile

Summary: Some of this CSS causes fake margins on mobile devices. Fixes the margin and widths for consistency.

Test Plan:
Test a number of filter interfaces on iOS, Maniphest, Differential, etc.

{F150024}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+6 -6
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '94fe8187', 10 + 'core.pkg.css' => 'f6bd0a00', 11 11 'core.pkg.js' => '417722ff', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '4b8686e3', ··· 23 23 'rsrc/css/aphront/dialog-view.css' => 'c01d24b4', 24 24 'rsrc/css/aphront/error-view.css' => '9f1d5518', 25 25 'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d', 26 - 'rsrc/css/aphront/list-filter-view.css' => 'ef989c67', 26 + 'rsrc/css/aphront/list-filter-view.css' => '2ae43867', 27 27 'rsrc/css/aphront/multi-column.css' => '12f65921', 28 28 'rsrc/css/aphront/notification.css' => 'ef2c9b34', 29 29 'rsrc/css/aphront/pager-view.css' => '2e3539af', ··· 490 490 'aphront-dark-console-css' => '6378ef3d', 491 491 'aphront-dialog-view-css' => 'c01d24b4', 492 492 'aphront-error-view-css' => '9f1d5518', 493 - 'aphront-list-filter-view-css' => 'ef989c67', 493 + 'aphront-list-filter-view-css' => '2ae43867', 494 494 'aphront-multi-column-view-css' => '12f65921', 495 495 'aphront-pager-view-css' => '2e3539af', 496 496 'aphront-panel-view-css' => '5846dfa2',
+3 -3
webroot/rsrc/css/aphront/list-filter-view.css
··· 15 15 } 16 16 17 17 .device-phone .aphront-list-filter-wrap { 18 - margin: 0 -2px; 18 + margin: 0 8px; 19 19 } 20 20 21 21 .aphront-list-filter-view-content .phui-form-view { ··· 62 62 } 63 63 64 64 .device .aphront-list-filter-reveal { 65 - width: 98%; 65 + width: auto; 66 66 margin: auto; 67 - padding: 8px; 67 + padding: 4px 8px; 68 68 } 69 69 70 70 .aphront-list-filter-reveal a {