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

Add spacing under Pholio Inline Comments

Summary: Adds a bit of space

Test Plan: View 2 or more inline comments on same transaction.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+16 -4
+4 -4
resources/celerity/map.php
··· 81 81 'rsrc/css/application/people/people-profile.css' => 'ba7b2762', 82 82 'rsrc/css/application/phame/phame.css' => '19ecc703', 83 83 'rsrc/css/application/pholio/pholio-edit.css' => '3ad9d1ee', 84 - 'rsrc/css/application/pholio/pholio-inline-comments.css' => '2703fdb9', 85 - 'rsrc/css/application/pholio/pholio.css' => '209b1f08', 84 + 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', 85 + 'rsrc/css/application/pholio/pholio.css' => '47dffb9c', 86 86 'rsrc/css/application/phortune/phortune-credit-card-form.css' => 'b25b4beb', 87 87 'rsrc/css/application/phrequent/phrequent.css' => 'ffc185ad', 88 88 'rsrc/css/application/phriction/phriction-document-css.css' => '7d7f0071', ··· 755 755 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 756 756 'phabricator-zindex-css' => 'efb673ac', 757 757 'phame-css' => '19ecc703', 758 - 'pholio-css' => '209b1f08', 758 + 'pholio-css' => '47dffb9c', 759 759 'pholio-edit-css' => '3ad9d1ee', 760 - 'pholio-inline-comments-css' => '2703fdb9', 760 + 'pholio-inline-comments-css' => '8e545e49', 761 761 'phortune-credit-card-form' => '2290aeef', 762 762 'phortune-credit-card-form-css' => 'b25b4beb', 763 763 'phrequent-css' => 'ffc185ad',
+3
webroot/rsrc/css/application/pholio/pholio-inline-comments.css
··· 11 11 font-weight: bold; 12 12 } 13 13 14 + .pholio-transaction-inline-comment .phui-image-mask { 15 + margin-bottom: 8px; 16 + }
+9
webroot/rsrc/css/application/pholio/pholio.css
··· 120 120 box-shadow: 0 0 0 4px rgba(255,255,255,.5); 121 121 } 122 122 123 + .pholio-mock-comment-icon { 124 + opacity: 1; 125 + -webkit-transition: all .3s ease; 126 + -moz-transition: all .3s ease; 127 + -ms-transition: all .3s ease; 128 + -o-transition: all .3s ease; 129 + transition: all .3s ease; 130 + } 131 + 123 132 .pholio-mock-reticle-draft .pholio-mock-comment-icon { 124 133 font-size: 2.2em; 125 134 color: {$yellow};