@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 typo in CSS definition

Summary: Replace `-webkit-trasform` with `-webkit-transform`.

Test Plan: Read the entire CSS spec at your fireplace.

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/D25707

+3 -3
+2 -2
resources/celerity/map.php
··· 137 137 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f', 138 138 'rsrc/css/phui/phui-action-list.css' => '1b0085b2', 139 139 'rsrc/css/phui/phui-action-panel.css' => '6c386cbf', 140 - 'rsrc/css/phui/phui-badge.css' => '666e25ad', 140 + 'rsrc/css/phui/phui-badge.css' => 'd12f6f6c', 141 141 'rsrc/css/phui/phui-basic-nav-view.css' => 'a5693cf0', 142 142 'rsrc/css/phui/phui-big-info-view.css' => '362ad37b', 143 143 'rsrc/css/phui/phui-box.css' => '5ed3b8cb', ··· 822 822 'phrequent-css' => 'bd79cc67', 823 823 'phriction-document-css' => '03380da0', 824 824 'phui-action-panel-css' => '6c386cbf', 825 - 'phui-badge-view-css' => '666e25ad', 825 + 'phui-badge-view-css' => 'd12f6f6c', 826 826 'phui-basic-nav-view-css' => 'a5693cf0', 827 827 'phui-big-info-view-css' => '362ad37b', 828 828 'phui-box-css' => '5ed3b8cb',
+1 -1
webroot/rsrc/css/phui/phui-badge.css
··· 75 75 /* Firefox Fix */ 76 76 .phui-badge-card-front { 77 77 transform: rotateY(0deg); 78 - -webkit-trasform: rotateY(0deg); 78 + -webkit-transform: rotateY(0deg); 79 79 } 80 80 81 81 .phui-badge-front-view,