@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 Android/Chrome issues in Crumbs/Timeline

Summary: Android/Chrome seems to run Blink and not WebKit. Unclear if these bugs are temporary or "correct". Fixing in any case, can investigate if more come in.

Test Plan: Used Chrome Developer tether to a Nexus 7, fixed CSS by hand.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: epriestley, Korvin

Maniphest Tasks: T4907

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

+7 -5
+5 -5
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '7ef7a6b4', 10 + 'core.pkg.css' => '038433b1', 11 11 'core.pkg.js' => '417722ff', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '12c11318', ··· 115 115 'rsrc/css/font/phui-font-icon-base.css' => 'cd92ff25', 116 116 'rsrc/css/layout/phabricator-action-header-view.css' => 'c14dfc57', 117 117 'rsrc/css/layout/phabricator-action-list-view.css' => '81383e25', 118 - 'rsrc/css/layout/phabricator-crumbs-view.css' => '2d9db584', 118 + 'rsrc/css/layout/phabricator-crumbs-view.css' => '0222cbe0', 119 119 'rsrc/css/layout/phabricator-filetree-view.css' => 'a8c86ace', 120 120 'rsrc/css/layout/phabricator-hovercard-view.css' => '46a13cf0', 121 121 'rsrc/css/layout/phabricator-side-menu-view.css' => '503699d0', ··· 144 144 'rsrc/css/phui/phui-status.css' => '2f562399', 145 145 'rsrc/css/phui/phui-tag-view.css' => '295d81c4', 146 146 'rsrc/css/phui/phui-text.css' => '23e9b4b7', 147 - 'rsrc/css/phui/phui-timeline-view.css' => 'bc6479e1', 147 + 'rsrc/css/phui/phui-timeline-view.css' => '27b280ca', 148 148 'rsrc/css/phui/phui-workboard-view.css' => '84f2c272', 149 149 'rsrc/css/phui/phui-workpanel-view.css' => '97b69459', 150 150 'rsrc/css/sprite-actions.css' => '969ad0e5', ··· 683 683 'phabricator-content-source-view-css' => '4b8b05d4', 684 684 'phabricator-core-css' => 'da26ddb2', 685 685 'phabricator-countdown-css' => '86b7b0a0', 686 - 'phabricator-crumbs-view-css' => '2d9db584', 686 + 'phabricator-crumbs-view-css' => '0222cbe0', 687 687 'phabricator-drag-and-drop-file-upload' => 'ae6abfba', 688 688 'phabricator-draggable-list' => '1681c4d4', 689 689 'phabricator-dropdown-menu' => 'fb342e18', ··· 764 764 'phui-status-list-view-css' => '2f562399', 765 765 'phui-tag-view-css' => '295d81c4', 766 766 'phui-text-css' => '23e9b4b7', 767 - 'phui-timeline-view-css' => 'bc6479e1', 767 + 'phui-timeline-view-css' => '27b280ca', 768 768 'phui-workboard-view-css' => '84f2c272', 769 769 'phui-workpanel-view-css' => '97b69459', 770 770 'policy-css' => '957ea14c',
+1
webroot/rsrc/css/layout/phabricator-crumbs-view.css
··· 78 78 79 79 .phabricator-crumbs-actions { 80 80 float: right; 81 + white-space: nowrap; 81 82 } 82 83 83 84 .phabricator-crumbs-action {
+1
webroot/rsrc/css/phui/phui-timeline-view.css
··· 231 231 display: inline-block; 232 232 line-height: 16px; 233 233 margin-left: 8px; 234 + white-space: nowrap; 234 235 } 235 236 236 237 .device-phone .phui-timeline-extra {