@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 Phriction toc button states

Summary: Some unneeded CSS here.

Test Plan: Click on ToC button, see more normal colors.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+8 -21
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'ea94e844', 12 + 'core.pkg.css' => '8ac2e6b8', 13 13 'core.pkg.js' => '1475bd91', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => 'a2755617', ··· 149 149 'rsrc/css/phui/phui-comment-panel.css' => 'f50152ad', 150 150 'rsrc/css/phui/phui-crumbs-view.css' => '6ece3bbb', 151 151 'rsrc/css/phui/phui-curtain-view.css' => '55dd0e59', 152 - 'rsrc/css/phui/phui-document-pro.css' => 'bb18da6b', 152 + 'rsrc/css/phui/phui-document-pro.css' => '8af7ea27', 153 153 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', 154 154 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 155 155 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', ··· 157 157 'rsrc/css/phui/phui-form-view.css' => '6175808d', 158 158 'rsrc/css/phui/phui-form.css' => 'a5570f70', 159 159 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 160 - 'rsrc/css/phui/phui-header-view.css' => 'a3d1aecd', 160 + 'rsrc/css/phui/phui-header-view.css' => '73edce66', 161 161 'rsrc/css/phui/phui-hovercard.css' => 'f0592bcf', 162 162 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 163 163 'rsrc/css/phui/phui-icon.css' => '4c46b6ba', ··· 834 834 'phui-curtain-view-css' => '55dd0e59', 835 835 'phui-document-summary-view-css' => '9ca48bdf', 836 836 'phui-document-view-css' => 'c32e8dec', 837 - 'phui-document-view-pro-css' => 'bb18da6b', 837 + 'phui-document-view-pro-css' => '8af7ea27', 838 838 'phui-feed-story-css' => '44a9c8e9', 839 839 'phui-font-icon-base-css' => '870a7360', 840 840 'phui-fontkit-css' => '1320ed01', 841 841 'phui-form-css' => 'a5570f70', 842 842 'phui-form-view-css' => '6175808d', 843 843 'phui-head-thing-view-css' => 'fd311e5f', 844 - 'phui-header-view-css' => 'a3d1aecd', 844 + 'phui-header-view-css' => '73edce66', 845 845 'phui-hovercard' => '1bd28176', 846 846 'phui-hovercard-view-css' => 'f0592bcf', 847 847 'phui-icon-set-selector-css' => '87db8fee',
+2 -15
webroot/rsrc/css/phui/phui-document-pro.css
··· 64 64 .phui-document-view-pro .phui-document-toc { 65 65 position: absolute; 66 66 top: 34px; 67 - left: -36px; 67 + left: -44px; 68 68 } 69 69 70 70 .printable .phui-document-view-pro a.phui-document-toc { 71 71 display: none; 72 - } 73 - 74 - a.button.phui-document-toc { 75 - display: inline-block; 76 - height: 16px; 77 - width: 20px; 78 - padding-left: 8px; 79 - padding-right: 8px; 80 72 } 81 73 82 74 .phui-document-view-pro .phui-document-toc-list { ··· 105 97 } 106 98 107 99 .phui-document-toc-open .phui-document-toc { 108 - background-color: {$blue}; 109 - border-color: {$blue}; 110 - } 111 - 112 - .phui-document-toc-open .phui-document-toc .phui-icon-view { 113 - color: #fff; 100 + border-color: {$blueborder}; 114 101 } 115 102 116 103 .phui-document-view-pro .phui-document-toc-content {
+1 -1
webroot/rsrc/css/phui/phui-header-view.css
··· 120 120 .device-phone .phui-header-action-link .phui-button-text { 121 121 visibility: hidden; 122 122 width: 0; 123 - margin-left: 4px; 123 + margin-left: 8px; 124 124 } 125 125 126 126 .device-phone .phui-header-action-link.button .phui-icon-view {