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

Fix width on Phame blog header image on mobile

Summary: This should get locked to 100% of viewport.

Test Plan: Really wide image on a mobile screen.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+3 -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' => '3ef4a7e5', 84 + 'rsrc/css/application/phame/phame.css' => 'dfdaec0e', 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' => '3ef4a7e5', 811 + 'phame-css' => 'dfdaec0e', 812 812 'pholio-css' => 'ca89d380', 813 813 'pholio-edit-css' => '07676f51', 814 814 'pholio-inline-comments-css' => '8e545e49',
+1
webroot/rsrc/css/application/phame/phame.css
··· 258 258 259 259 .phame-header-image { 260 260 max-height: 320px; 261 + max-width: 100%; 261 262 margin: 0 auto; 262 263 }