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

Remove text-rendering CSS rule

Summary: This rule is making text actually more difficult to read on Windows, as well as is broken on Win/Chrome, and evidentally has performance issues on mobile browsers.

Test Plan: Turn it off, can still read web page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+3 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'b95abae6', 10 + 'core.pkg.css' => '78e368d3', 11 11 'core.pkg.js' => 'ef8f73ee', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 102 102 'rsrc/css/application/slowvote/slowvote.css' => '266df6a1', 103 103 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 104 104 'rsrc/css/application/uiexample/example.css' => '528b19de', 105 - 'rsrc/css/core/core.css' => '40151074', 105 + 'rsrc/css/core/core.css' => 'ca42b69f', 106 106 'rsrc/css/core/remarkup.css' => '29524ba4', 107 107 'rsrc/css/core/syntax.css' => '56c1ba38', 108 108 'rsrc/css/core/z-index.css' => '44e1d311', ··· 708 708 'phabricator-busy' => '6453c869', 709 709 'phabricator-chatlog-css' => '852140ff', 710 710 'phabricator-content-source-view-css' => '4b8b05d4', 711 - 'phabricator-core-css' => '40151074', 711 + 'phabricator-core-css' => 'ca42b69f', 712 712 'phabricator-countdown-css' => '86b7b0a0', 713 713 'phabricator-crumbs-view-css' => 'a49339de', 714 714 'phabricator-dashboard-css' => 'a2bfdcbf',
-1
webroot/rsrc/css/core/core.css
··· 66 66 text-align: left; 67 67 unicode-bidi: embed; 68 68 background: #ebecee; 69 - text-rendering: optimizeLegibility; 70 69 } 71 70 72 71 textarea {