@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 spacing updates in Phame

Summary: Better mobile spacing, post spacing.

Test Plan: Eyeball it.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+17 -7
+4 -4
resources/celerity/map.php
··· 82 82 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 83 83 'rsrc/css/application/paste/paste.css' => 'b2f5a543', 84 84 'rsrc/css/application/people/people-profile.css' => '25970776', 85 - 'rsrc/css/application/phame/phame.css' => 'd5528237', 85 + 'rsrc/css/application/phame/phame.css' => '46166309', 86 86 'rsrc/css/application/pholio/pholio-edit.css' => '3ad9d1ee', 87 87 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', 88 88 'rsrc/css/application/pholio/pholio.css' => '95174bdd', ··· 127 127 'rsrc/css/phui/phui-button.css' => '16020a60', 128 128 'rsrc/css/phui/phui-crumbs-view.css' => '414406b5', 129 129 'rsrc/css/phui/phui-document-pro.css' => 'e0fad431', 130 - 'rsrc/css/phui/phui-document-summary.css' => '350d6025', 130 + 'rsrc/css/phui/phui-document-summary.css' => '8c1e0aca', 131 131 'rsrc/css/phui/phui-document.css' => 'a4a1c3b9', 132 132 'rsrc/css/phui/phui-feed-story.css' => 'b7b26d23', 133 133 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', ··· 772 772 'phabricator-uiexample-reactor-sendclass' => '1def2711', 773 773 'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee', 774 774 'phabricator-zindex-css' => '57ddcaa2', 775 - 'phame-css' => 'd5528237', 775 + 'phame-css' => '46166309', 776 776 'pholio-css' => '95174bdd', 777 777 'pholio-edit-css' => '3ad9d1ee', 778 778 'pholio-inline-comments-css' => '8e545e49', ··· 790 790 'phui-calendar-list-css' => 'c1c7f338', 791 791 'phui-calendar-month-css' => '476be7e0', 792 792 'phui-crumbs-view-css' => '414406b5', 793 - 'phui-document-summary-view-css' => '350d6025', 793 + 'phui-document-summary-view-css' => '8c1e0aca', 794 794 'phui-document-view-css' => 'a4a1c3b9', 795 795 'phui-document-view-pro-css' => 'e0fad431', 796 796 'phui-feed-story-css' => 'b7b26d23',
+1
webroot/rsrc/css/application/phame/phame.css
··· 6 6 max-width: 800px; 7 7 margin: 32px auto; 8 8 position: relative; 9 + padding: 0 8px; 9 10 } 10 11 11 12 .phame-blog-description-name {
+12 -3
webroot/rsrc/css/phui/phui-document-summary.css
··· 2 2 * @provides phui-document-summary-view-css 3 3 */ 4 4 5 + .phui-document-summary-view { 6 + margin-top: 8px; 7 + border-bottom: 1px solid rgba(55,55,55,.1); 8 + } 9 + 5 10 .phui-document-summary-view.is-draft { 6 11 opacity: 0.5; 7 12 } ··· 12 17 } 13 18 14 19 .phui-document-summary-view h2.remarkup-header a { 15 - color: {$darkbluetext}; 20 + color: #000; 21 + } 22 + 23 + .phui-document-summary-view h2.remarkup-header a:hover { 24 + color: {$violet}; 25 + text-decoration: none; 16 26 } 17 27 18 28 .phui-document-summary-subtitle { 19 - color: {$lightbluetext}; 29 + color: {$lightgreytext}; 20 30 font-size: {$normalfontsize}; 21 - margin-bottom: 8px; 22 31 } 23 32 24 33 .phui-document-summary-subtitle a {