@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 spacing, color in Conpherence Pontificate button

Summary: Spacing got broken during forms update.

Test Plan: View Conpherence

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

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

+3 -3
+1 -1
src/__celerity_resource_map__.php
··· 981 981 ), 982 982 'conpherence-message-pane-css' => 983 983 array( 984 - 'uri' => '/res/3a0ba8ea/rsrc/css/application/conpherence/message-pane.css', 984 + 'uri' => '/res/83dc2412/rsrc/css/application/conpherence/message-pane.css', 985 985 'type' => 'css', 986 986 'requires' => 987 987 array(
+2 -2
webroot/rsrc/css/application/conpherence/message-pane.css
··· 76 76 77 77 .conpherence-message-pane .phui-form-view { 78 78 border-width: 0; 79 - background: none; 79 + background-color: {$lightgreybackground}; 80 80 height: 190px; 81 81 padding: 0; 82 82 position: fixed; ··· 189 189 } 190 190 191 191 .conpherence-message-pane .aphront-form-control-submit { 192 - margin-right: 8px; 192 + margin: 3px 8px 0 0; 193 193 } 194 194 .conpherence-message-pane .remarkup-assist-bar { 195 195 border-width: 1px 0 0;