@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 Answer Comments: indent textarea as Comments

Summary:
In a Ponder Answer, when adding a Comment, the textarea indentation was a
a little bit unintuitive.

After this change, the textarea is aligned as a Comment:

| Before | After |
|-----------|-----------|
| {F286220} | {F286221} |

Other changes are welcome but this seems to me a good minimum.

I also hope this could help not to confuse the Comment field with the Answer field.

Closes T15350

Test Plan:
- create a Ponder Question
- create an Answer
- look at the Comments input field that now should be more nicely indented
- the normal Response field is not changed at all
- the mobile view is not changed at all
- click on "Pin Form On Screen" and it must be as before

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15350

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

+9 -2
+2 -2
resources/celerity/map.php
··· 100 100 'rsrc/css/application/policy/policy-edit.css' => '8794e2ed', 101 101 'rsrc/css/application/policy/policy-transaction-detail.css' => 'c02b8384', 102 102 'rsrc/css/application/policy/policy.css' => 'ceb56a08', 103 - 'rsrc/css/application/ponder/ponder-view.css' => '05a09d0a', 103 + 'rsrc/css/application/ponder/ponder-view.css' => 'b04bbaff', 104 104 'rsrc/css/application/project/project-card-view.css' => 'c1200da7', 105 105 'rsrc/css/application/project/project-triggers.css' => 'cd9c8bb9', 106 106 'rsrc/css/application/project/project-view.css' => '2f7caa20', ··· 901 901 'policy-css' => 'ceb56a08', 902 902 'policy-edit-css' => '8794e2ed', 903 903 'policy-transaction-detail-css' => 'c02b8384', 904 - 'ponder-view-css' => '05a09d0a', 904 + 'ponder-view-css' => 'b04bbaff', 905 905 'project-card-view-css' => 'c1200da7', 906 906 'project-triggers-css' => 'cd9c8bb9', 907 907 'project-view-css' => '2f7caa20',
+7
webroot/rsrc/css/application/ponder/ponder-view.css
··· 44 44 margin-top: 16px; 45 45 } 46 46 47 + /* Indent comments so that are more related to the answer */ 47 48 .device-desktop .ponder-answer-view .phui-timeline-view { 48 49 margin-left: 32px; 50 + } 51 + 52 + /* Indent input box so that it's more related to answer's comments */ 53 + .device-desktop .ponder-answer-view 54 + .phui-comment-form-view:not(.remarkup-assist-pinned) { 55 + margin-left: 94px; 49 56 } 50 57 51 58 .ponder-answer-view .phui-header-subheader {