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

Ponder: Fix indented position of pinned comment textarea

Summary: Closes T16217

Test Plan: See T16217

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16217

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

+7 -2
+2 -2
resources/celerity/map.php
··· 93 93 'rsrc/css/application/policy/policy-edit.css' => '8794e2ed', 94 94 'rsrc/css/application/policy/policy-transaction-detail.css' => 'c02b8384', 95 95 'rsrc/css/application/policy/policy.css' => 'ceb56a08', 96 - 'rsrc/css/application/ponder/ponder-view.css' => 'ce35bda1', 96 + 'rsrc/css/application/ponder/ponder-view.css' => 'f6391bfa', 97 97 'rsrc/css/application/project/project-card-view.css' => 'a9f2c2dd', 98 98 'rsrc/css/application/project/project-triggers.css' => 'cd9c8bb9', 99 99 'rsrc/css/application/project/project-view.css' => '2650c4c0', ··· 846 846 'policy-css' => 'ceb56a08', 847 847 'policy-edit-css' => '8794e2ed', 848 848 'policy-transaction-detail-css' => 'c02b8384', 849 - 'ponder-view-css' => 'ce35bda1', 849 + 'ponder-view-css' => 'f6391bfa', 850 850 'project-card-view-css' => 'a9f2c2dd', 851 851 'project-triggers-css' => 'cd9c8bb9', 852 852 'project-view-css' => '2650c4c0',
+5
webroot/rsrc/css/application/ponder/ponder-view.css
··· 119 119 margin-left: 62px; 120 120 } 121 121 122 + .ponder-question-content div.ponder-question-add-comment-view 123 + div.phui-box.phui-object-box.remarkup-assist-pinned { 124 + margin-right: 0; 125 + margin-left: 0px; 126 + } 122 127 .device .ponder-question-content div.ponder-question-add-comment-view 123 128 div.phui-box.phui-object-box { 124 129 margin: 0;