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

Move ToC 4px in documentproview

Summary: Fixes T12637.

Test Plan: Reload page, see wider button.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12637

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

+4 -4
+2 -2
resources/celerity/map.php
··· 146 146 'rsrc/css/phui/phui-comment-panel.css' => 'f50152ad', 147 147 'rsrc/css/phui/phui-crumbs-view.css' => '6ece3bbb', 148 148 'rsrc/css/phui/phui-curtain-view.css' => '679743bb', 149 - 'rsrc/css/phui/phui-document-pro.css' => 'f56738ed', 149 + 'rsrc/css/phui/phui-document-pro.css' => '62c4dcbf', 150 150 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 151 151 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 152 152 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', ··· 853 853 'phui-curtain-view-css' => '679743bb', 854 854 'phui-document-summary-view-css' => '9ca48bdf', 855 855 'phui-document-view-css' => 'c32e8dec', 856 - 'phui-document-view-pro-css' => 'f56738ed', 856 + 'phui-document-view-pro-css' => '62c4dcbf', 857 857 'phui-feed-story-css' => '44a9c8e9', 858 858 'phui-font-icon-base-css' => '870a7360', 859 859 'phui-fontkit-css' => '1320ed01',
+2 -2
webroot/rsrc/css/phui/phui-document-pro.css
··· 74 74 a.button.phui-document-toc { 75 75 display: inline-block; 76 76 height: 16px; 77 - width: 16px; 77 + width: 20px; 78 78 padding: 3px 8px 4px 8px; 79 79 } 80 80 ··· 88 88 z-index: 30; 89 89 background-color: #fff; 90 90 top: 52px; 91 - left: -44px; 91 + left: -40px; 92 92 } 93 93 94 94 .device .phui-document-view-pro .phui-document-toc {