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

Clean up Phame comment box CSS

Summary: Fixes some outlying issues with new comment box and Phame Posts.

Test Plan: Review CSS in sandbox, post new reply, see proper spacing.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+14 -9
+4 -4
resources/celerity/map.php
··· 84 84 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 85 85 'rsrc/css/application/paste/paste.css' => '1898e534', 86 86 'rsrc/css/application/people/people-profile.css' => '2473d929', 87 - 'rsrc/css/application/phame/phame.css' => '8efb0729', 87 + 'rsrc/css/application/phame/phame.css' => '654dd9ef', 88 88 'rsrc/css/application/pholio/pholio-edit.css' => '07676f51', 89 89 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', 90 90 'rsrc/css/application/pholio/pholio.css' => 'ca89d380', ··· 135 135 'rsrc/css/phui/phui-comment-form.css' => '4ecc56ef', 136 136 'rsrc/css/phui/phui-crumbs-view.css' => '195ac419', 137 137 'rsrc/css/phui/phui-curtain-view.css' => '947bf1a4', 138 - 'rsrc/css/phui/phui-document-pro.css' => 'd4559738', 138 + 'rsrc/css/phui/phui-document-pro.css' => 'c354e312', 139 139 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 140 140 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 141 141 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', ··· 824 824 'phabricator-uiexample-reactor-sendclass' => '1def2711', 825 825 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 826 826 'phabricator-zindex-css' => 'd1270942', 827 - 'phame-css' => '8efb0729', 827 + 'phame-css' => '654dd9ef', 828 828 'pholio-css' => 'ca89d380', 829 829 'pholio-edit-css' => '07676f51', 830 830 'pholio-inline-comments-css' => '8e545e49', ··· 851 851 'phui-curtain-view-css' => '947bf1a4', 852 852 'phui-document-summary-view-css' => '9ca48bdf', 853 853 'phui-document-view-css' => 'c32e8dec', 854 - 'phui-document-view-pro-css' => 'd4559738', 854 + 'phui-document-view-pro-css' => 'c354e312', 855 855 'phui-feed-story-css' => '44a9c8e9', 856 856 'phui-font-icon-base-css' => '870a7360', 857 857 'phui-fontkit-css' => '9cda225e',
+10 -1
webroot/rsrc/css/application/phame/phame.css
··· 309 309 padding-top: 8px; 310 310 } 311 311 312 - .phame-comment-view .aphront-form-control.aphront-form-control-select { 312 + .phame-comment-view .phui-comment-form-view .phui-comment-action-bar { 313 313 display: none; 314 314 } 315 + 316 + .phame-comment-view .phui-comment-form-view .phui-comment-has-actions 317 + .phui-comment-textarea-control { 318 + padding-top: 16px; 319 + } 320 + 321 + .phame-comment-view .phui-document-view-pro-box .phui-object-box { 322 + margin-bottom: 16px; 323 + }
-4
webroot/rsrc/css/phui/phui-document-pro.css
··· 198 198 border-top: 1px solid rgba({$alphablue}, 0.20); 199 199 } 200 200 201 - .phui-document-view-pro-box .phui-timeline-image { 202 - border-radius: 25px; 203 - } 204 - 205 201 .phui-document-view-pro-box .phui-timeline-wedge { 206 202 display: none; 207 203 }