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

Minor style updates to Phame

Summary: More obvious crumbs, remove border on images, better image spacing.

Test Plan: Build out a test blog, click on crumbs, view spacing.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
5bdc7dd0 972604e0

+6 -6
+2 -2
resources/celerity/map.php
··· 83 83 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 84 84 'rsrc/css/application/paste/paste.css' => '1898e534', 85 85 'rsrc/css/application/people/people-profile.css' => '2473d929', 86 - 'rsrc/css/application/phame/phame.css' => '654dd9ef', 86 + 'rsrc/css/application/phame/phame.css' => 'aeb61182', 87 87 'rsrc/css/application/pholio/pholio-edit.css' => '07676f51', 88 88 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', 89 89 'rsrc/css/application/pholio/pholio.css' => 'ca89d380', ··· 827 827 'phabricator-uiexample-reactor-sendclass' => '1def2711', 828 828 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 829 829 'phabricator-zindex-css' => 'd1270942', 830 - 'phame-css' => '654dd9ef', 830 + 'phame-css' => 'aeb61182', 831 831 'pholio-css' => 'ca89d380', 832 832 'pholio-edit-css' => '07676f51', 833 833 'pholio-inline-comments-css' => '8e545e49',
+4 -4
webroot/rsrc/css/application/phame/phame.css
··· 23 23 display: inline-block; 24 24 background-repeat: no-repeat; 25 25 background-size: 100%; 26 - box-shadow: inset 0 0 0 1px rgba({$alphagrey},.15); 27 26 width: 40px; 28 27 height: 40px; 29 28 border-radius: 3px; ··· 98 97 display: inline-block; 99 98 background-repeat: no-repeat; 100 99 background-size: 100%; 101 - box-shadow: inset 0 0 0 1px rgba({$alphagrey},.15); 102 100 width: 24px; 103 101 height: 24px; 104 102 border-radius: 3px; ··· 253 251 254 252 /* Blog Chrome */ 255 253 .phame-live-view .phui-crumbs-view { 256 - background: #fff; 257 254 border: none; 258 - padding-left: 8px; 255 + width: 960px; 256 + margin: 0 auto; 257 + padding: 4px 0; 259 258 } 260 259 261 260 /* Hero Image */ 262 261 .phame-header-hero { 263 262 background-color: #fff; 263 + margin-top: 16px; 264 264 } 265 265 266 266 .phame-header-image {