@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 orphan CSS selectors in phui/phui-document*.css

Summary:
* `phui-document-box`
** Added in https://we.phorge.it/rPf5a7e8bdbd9a6d68514bb0b08a4a7d626ca7044b, usage removed in https://we.phorge.it/rPbf227f77a5dc928f1380e4bc81059f83cfb96548
* `phui-document-properties`
** Added in https://we.phorge.it/rPc45ba304168239f0600d780476dc705b54b6f492, usage removed in https://we.phorge.it/rPa6e24cb2be9cc15a0eeacd6b90811c4b148c76ab

Test Plan: Grep the code for each CSS selector (`grep --exclude="*.css" -R 'some-search-string' .`), also do partial searches, get no results.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26014

+5 -11
+4 -4
resources/celerity/map.php
··· 143 143 'rsrc/css/phui/phui-crumbs-view.css' => '30342804', 144 144 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '51d93266', 145 145 'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6', 146 - 'rsrc/css/phui/phui-document-pro.css' => '5a26f5d2', 146 + 'rsrc/css/phui/phui-document-pro.css' => 'b7b3d677', 147 147 'rsrc/css/phui/phui-document-summary.css' => 'b068eed1', 148 - 'rsrc/css/phui/phui-document.css' => '52b748a5', 148 + 'rsrc/css/phui/phui-document.css' => 'a9154763', 149 149 'rsrc/css/phui/phui-feed-story.css' => 'a0c05029', 150 150 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 151 151 'rsrc/css/phui/phui-form-view.css' => '0c6c5f44', ··· 817 817 'phui-curtain-object-ref-view-css' => '51d93266', 818 818 'phui-curtain-view-css' => '68c5efb6', 819 819 'phui-document-summary-view-css' => 'b068eed1', 820 - 'phui-document-view-css' => '52b748a5', 821 - 'phui-document-view-pro-css' => '5a26f5d2', 820 + 'phui-document-view-css' => 'a9154763', 821 + 'phui-document-view-pro-css' => 'b7b3d677', 822 822 'phui-feed-story-css' => 'a0c05029', 823 823 'phui-font-icon-base-css' => 'b7608e58', 824 824 'phui-fontkit-css' => '1ec937e5',
+1 -2
webroot/rsrc/css/phui/phui-document-pro.css
··· 59 59 border-bottom: 1px solid {$document.border}; 60 60 } 61 61 62 - .phui-document-view-pro-box, 63 - .phui-document-properties { 62 + .phui-document-view-pro-box { 64 63 max-width: 800px; 65 64 margin: 0 auto; 66 65 }
-5
webroot/rsrc/css/phui/phui-document.css
··· 14 14 margin: 16px auto; 15 15 } 16 16 17 - .device-desktop .phui-document-box { 18 - max-width: 996px; 19 - margin: 24px auto; 20 - } 21 - 22 17 .device-desktop .phui-document-fluid .phui-document-view { 23 18 max-width: none; 24 19 margin: 16px;