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

Tweak action buttons for desktop/tablet/mobile

Summary: Minor spacing updates for viewing buttons that collapse with icons. Also, minor ghost icon perfection tweak.

Test Plan: test diffusion, action menu buttons, ghost buttons at all break points.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+8 -8
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '7a2366df', 10 + 'core.pkg.css' => '5e307332', 11 11 'core.pkg.js' => '59d01bb7', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3500921f', ··· 58 58 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 59 59 'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e', 60 60 'rsrc/css/application/differential/core.css' => '7ac3cabc', 61 - 'rsrc/css/application/differential/phui-inline-comment.css' => 'fc53e7c7', 61 + 'rsrc/css/application/differential/phui-inline-comment.css' => '48766bbe', 62 62 'rsrc/css/application/differential/results-table.css' => '181aa9d9', 63 63 'rsrc/css/application/differential/revision-comment.css' => '024dda6b', 64 64 'rsrc/css/application/differential/revision-history.css' => '0e8eb855', ··· 127 127 'rsrc/css/phui/phui-action-list.css' => '4f4d09f2', 128 128 'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5', 129 129 'rsrc/css/phui/phui-box.css' => '7b3a2eed', 130 - 'rsrc/css/phui/phui-button.css' => '4d8e1e86', 130 + 'rsrc/css/phui/phui-button.css' => 'de610129', 131 131 'rsrc/css/phui/phui-crumbs-view.css' => '594d719e', 132 132 'rsrc/css/phui/phui-document.css' => '94d5dcd8', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5', ··· 778 778 'phui-action-header-view-css' => '89c497e7', 779 779 'phui-action-panel-css' => '3ee9afd5', 780 780 'phui-box-css' => '7b3a2eed', 781 - 'phui-button-css' => '4d8e1e86', 781 + 'phui-button-css' => 'de610129', 782 782 'phui-calendar-css' => '8675968e', 783 783 'phui-calendar-day-css' => 'de035c8a', 784 784 'phui-calendar-list-css' => 'c1d0ca59', ··· 795 795 'phui-image-mask-css' => '5a8b09c8', 796 796 'phui-info-panel-css' => '27ea50a1', 797 797 'phui-info-view-css' => 'c6f0aef8', 798 - 'phui-inline-comment-view-css' => 'fc53e7c7', 798 + 'phui-inline-comment-view-css' => '48766bbe', 799 799 'phui-list-view-css' => '2e25ebfb', 800 800 'phui-object-box-css' => '7d160002', 801 801 'phui-object-item-list-view-css' => '9db65899',
+1 -1
webroot/rsrc/css/application/differential/phui-inline-comment.css
··· 415 415 } 416 416 417 417 .ghost-icon .phui-icon-view { 418 - padding: 7px; 418 + padding: 7px 7px 8px; 419 419 font-size: 15px; 420 420 color: {$lightbluetext}; 421 421 }
+2 -2
webroot/rsrc/css/phui/phui-button.css
··· 273 273 display: inline-block; 274 274 position: absolute; 275 275 top: 6px; 276 - left: 10px; 276 + left: 12px; 277 277 } 278 278 279 279 .phui-button-bar .button .phui-icon-view { ··· 281 281 } 282 282 283 283 .button.has-icon .phui-button-text { 284 - margin-left: 14px; 284 + margin-left: 16px; 285 285 } 286 286 287 287 /* Login Buttons */