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

Tighten up fonts in Conpherence.

Summary: Minor tweaks to font size, message pane spacing.

Test Plan: use more common spacing (4px grid)

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: Korvin, epriestley

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

+26 -9
+4 -4
resources/celerity/map.php
··· 47 47 'rsrc/css/application/config/setup-issue.css' => '8f852bc0', 48 48 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 49 49 'rsrc/css/application/conpherence/menu.css' => '73774137', 50 - 'rsrc/css/application/conpherence/message-pane.css' => 'cd4b74dc', 50 + 'rsrc/css/application/conpherence/message-pane.css' => '17a9517f', 51 51 'rsrc/css/application/conpherence/notification.css' => '04a6e10a', 52 52 'rsrc/css/application/conpherence/update.css' => '1099a660', 53 53 'rsrc/css/application/conpherence/widget-pane.css' => '3d575438', ··· 128 128 'rsrc/css/phui/phui-crumbs-view.css' => '646a8830', 129 129 'rsrc/css/phui/phui-document.css' => 'bbeb1890', 130 130 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', 131 - 'rsrc/css/phui/phui-fontkit.css' => '9c3d2dce', 131 + 'rsrc/css/phui/phui-fontkit.css' => '9ae12677', 132 132 'rsrc/css/phui/phui-form-view.css' => 'aad06f2a', 133 133 'rsrc/css/phui/phui-form.css' => '9aecbda1', 134 134 'rsrc/css/phui/phui-header-view.css' => '083669db', ··· 511 511 'config-options-css' => '7fedf08b', 512 512 'config-welcome-css' => 'b0d16200', 513 513 'conpherence-menu-css' => '73774137', 514 - 'conpherence-message-pane-css' => 'cd4b74dc', 514 + 'conpherence-message-pane-css' => '17a9517f', 515 515 'conpherence-notification-css' => '04a6e10a', 516 516 'conpherence-update-css' => '1099a660', 517 517 'conpherence-widget-pane-css' => '3d575438', ··· 776 776 'phui-document-view-css' => 'bbeb1890', 777 777 'phui-feed-story-css' => 'c9f3a0b5', 778 778 'phui-font-icon-base-css' => '3dad2ae3', 779 - 'phui-fontkit-css' => '9c3d2dce', 779 + 'phui-fontkit-css' => '9ae12677', 780 780 'phui-form-css' => '9aecbda1', 781 781 'phui-form-view-css' => 'aad06f2a', 782 782 'phui-header-view-css' => '083669db',
+14 -5
webroot/rsrc/css/application/conpherence/message-pane.css
··· 120 120 } 121 121 122 122 .conpherence-message-pane .phabricator-transaction-view { 123 - margin: 5px 15px; 123 + margin: 4px 12px; 124 124 background-size: 35px; 125 125 min-height: auto; 126 126 } ··· 136 136 137 137 .conpherence-message-pane .date-marker { 138 138 border-top: 1px solid #d7d7d7; 139 - margin: 12px 15px 4px; 139 + margin: 12px 12px 4px; 140 140 min-height: auto; 141 141 } 142 142 .device-phone .conpherence-message-pane .date-marker { ··· 166 166 } 167 167 168 168 .conpherence-message-pane .conpherence-edited .phabricator-transaction-content { 169 - padding: 0 0 5px 45px; 170 - font-style: italic; 169 + padding: 0 0 4px 45px; 170 + } 171 + 172 + .conpherence-message-pane .conpherence-edited 173 + .phabricator-transaction-content a { 174 + font-weight: bold; 175 + color: {$darkbluetext}; 171 176 } 172 177 173 178 .device-phone .conpherence-message-pane .conpherence-edited ··· 186 191 .conpherence-message-pane .phabricator-transaction-content { 187 192 background: none; 188 193 padding: 0; 194 + } 195 + 196 + .conpherence-message-pane .phabricator-transaction-header a { 197 + color: {$darkbluetext}; 189 198 } 190 199 191 200 .conpherence-message-pane .phabricator-transaction-content { ··· 218 227 219 228 .device .conpherence-message-pane .remarkup-assist-textarea { 220 229 margin: 4px 8px; 221 - padding: 6px 6px; 230 + padding: 8px; 222 231 width: 97%; 223 232 height: 28px; 224 233 resize: none;
+8
webroot/rsrc/css/phui/phui-fontkit.css
··· 9 9 line-height: 20px; 10 10 } 11 11 12 + .phui-font-source-sans.conpherence-message-pane, 13 + .phui-font-source-sans.conpherence-message-pane .remarkup-assist-textarea { 14 + font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; 15 + font-weight: 400; 16 + font-size: 14px; 17 + line-height: 18px; 18 + } 19 + 12 20 .phui-font-source-sans .phabricator-remarkup h2.remarkup-header { 13 21 padding: 8px 24px 8px 0; 14 22 border-bottom: 1px solid {$thinblueborder};