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

Tweak css

Summary: pick a value divisible by 3 and lose the moz stuff which is outdated poo.

Test Plan: looks good (to me) still...!

Reviewers: chad, epriestley

Reviewed By: chad

CC: chad, Korvin, epriestley, aran

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

+5 -8
+2 -2
resources/celerity/map.php
··· 74 74 'rsrc/css/application/flag/flag.css' => '5337623f', 75 75 'rsrc/css/application/herald/herald-test.css' => '2b7d0f54', 76 76 'rsrc/css/application/herald/herald.css' => '59d48f01', 77 - 'rsrc/css/application/legalpad/legalpad-document.css' => 'c60a9d1e', 77 + 'rsrc/css/application/legalpad/legalpad-document.css' => 'cd275275', 78 78 'rsrc/css/application/maniphest/batch-editor.css' => '78444bc1', 79 79 'rsrc/css/application/maniphest/report.css' => '6fc16517', 80 80 'rsrc/css/application/maniphest/task-edit.css' => '8e23031b', ··· 656 656 'javelin-view-renderer' => '77461fd6', 657 657 'javelin-view-visitor' => 'ca704f2b', 658 658 'javelin-workflow' => 'd16edeae', 659 - 'legalpad-document-css' => 'c60a9d1e', 659 + 'legalpad-document-css' => 'cd275275', 660 660 'lightbox-attachment-css' => '686f8885', 661 661 'maniphest-batch-editor' => '78444bc1', 662 662 'maniphest-report-css' => '6fc16517',
+3 -6
webroot/rsrc/css/application/legalpad/legalpad-document.css
··· 3 3 */ 4 4 5 5 .legalpad .phabricator-remarkup .remarkup-note { 6 - border-radius: 14px; 7 - -moz-border-radius: 14px; 6 + border-radius: 15px; 8 7 } 9 8 10 9 .legalpad .phabricator-remarkup .remarkup-warning { 11 - border-radius: 14px; 12 - -moz-border-radius: 14px; 10 + border-radius: 15px; 13 11 } 14 12 15 13 .legalpad .phabricator-remarkup .remarkup-important { 16 - border-radius: 14px; 17 - -moz-border-radius: 14px; 14 + border-radius: 15px; 18 15 }