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

Properly ensure timeline items have a 1px spacer

Summary: Some browsers, mobile, didn't show 1px space between objects (due to font renderings). This enforces the size for consistent cross-browser display.

Test Plan: Test IE10

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a157f664', 10 + 'core.pkg.css' => '669b2c21', 11 11 'core.pkg.js' => 'da3ab00a', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 142 142 'rsrc/css/phui/phui-status.css' => '888cedb8', 143 143 'rsrc/css/phui/phui-tag-view.css' => '6b74282b', 144 144 'rsrc/css/phui/phui-text.css' => 'cf019f54', 145 - 'rsrc/css/phui/phui-timeline-view.css' => '7556c113', 145 + 'rsrc/css/phui/phui-timeline-view.css' => '415bf348', 146 146 'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00', 147 147 'rsrc/css/phui/phui-workpanel-view.css' => '198c7e6c', 148 148 'rsrc/css/sprite-apps-large.css' => '20ec0cc0', ··· 791 791 'phui-status-list-view-css' => '888cedb8', 792 792 'phui-tag-view-css' => '6b74282b', 793 793 'phui-text-css' => 'cf019f54', 794 - 'phui-timeline-view-css' => '7556c113', 794 + 'phui-timeline-view-css' => '415bf348', 795 795 'phui-workboard-view-css' => '2bf82d00', 796 796 'phui-workpanel-view-css' => '198c7e6c', 797 797 'phuix-action-list-view' => 'b5c256b8',
+1 -1
webroot/rsrc/css/phui/phui-timeline-view.css
··· 62 62 63 63 .phui-timeline-title { 64 64 line-height: 18px; 65 - min-height: 18px; 65 + min-height: 19px; 66 66 position: relative; 67 67 color: {$bluetext}; 68 68 }