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

Reduce crumbs UI in Phame live views

Summary: Makes the crumbs background and border disappear in the live view of Phame.

Test Plan: Go live, see no crumb bg. Test blog, post, mobile, desktop.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+10 -2
+2 -2
resources/celerity/map.php
··· 81 81 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 82 82 'rsrc/css/application/paste/paste.css' => '1898e534', 83 83 'rsrc/css/application/people/people-profile.css' => '2473d929', 84 - 'rsrc/css/application/phame/phame.css' => '4748d928', 84 + 'rsrc/css/application/phame/phame.css' => 'bf6a743f', 85 85 'rsrc/css/application/pholio/pholio-edit.css' => '07676f51', 86 86 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', 87 87 'rsrc/css/application/pholio/pholio.css' => 'ca89d380', ··· 808 808 'phabricator-uiexample-reactor-sendclass' => '1def2711', 809 809 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 810 810 'phabricator-zindex-css' => '5b6fcf3f', 811 - 'phame-css' => '4748d928', 811 + 'phame-css' => 'bf6a743f', 812 812 'pholio-css' => 'ca89d380', 813 813 'pholio-edit-css' => '07676f51', 814 814 'pholio-inline-comments-css' => '8e545e49',
+1
src/applications/phame/controller/PhameLiveController.php
··· 212 212 213 213 if ($this->getIsLive()) { 214 214 $page 215 + ->addClass('phame-live-view') 215 216 ->setShowChrome(false) 216 217 ->setShowFooter(false); 217 218 }
+7
webroot/rsrc/css/application/phame/phame.css
··· 251 251 background: {$greybackground}; 252 252 } 253 253 254 + /* Blog Chrome */ 255 + .phame-live-view .phui-crumbs-view { 256 + background: #fff; 257 + border: none; 258 + padding-left: 8px; 259 + } 260 + 254 261 /* Hero Image */ 255 262 .phame-header-hero { 256 263 background-color: #fff;