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

[Redesign] Use normal sized buttons for Changesets

Summary: Ref T8099, No specific reason for these to be small buttons.

Test Plan: Test desktop and mobile layouts.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+8 -8
+6 -6
resources/celerity/map.php
··· 10 10 'core.pkg.css' => '72f566bb', 11 11 'core.pkg.js' => 'fbf1d615', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 - 'differential.pkg.css' => '30602b8c', 13 + 'differential.pkg.css' => '7d01bee8', 14 14 'differential.pkg.js' => '8c98ce21', 15 15 'diffusion.pkg.css' => '385e85b3', 16 16 'diffusion.pkg.js' => '0115b37c', ··· 58 58 'rsrc/css/application/dashboard/dashboard.css' => 'eb458607', 59 59 'rsrc/css/application/diff/inline-comment-summary.css' => 'eb5f8e8c', 60 60 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 61 - 'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e', 61 + 'rsrc/css/application/differential/changeset-view.css' => 'd9ff1f23', 62 62 'rsrc/css/application/differential/core.css' => '7ac3cabc', 63 63 'rsrc/css/application/differential/phui-inline-comment.css' => 'aa16f165', 64 64 'rsrc/css/application/differential/results-table.css' => '181aa9d9', ··· 502 502 'conpherence-transaction-css' => '42a457f6', 503 503 'conpherence-update-css' => '1099a660', 504 504 'conpherence-widget-pane-css' => '77096740', 505 - 'differential-changeset-view-css' => 'e19cfd6e', 505 + 'differential-changeset-view-css' => 'd9ff1f23', 506 506 'differential-core-view-css' => '7ac3cabc', 507 507 'differential-inline-comment-editor' => 'd4c87bf4', 508 508 'differential-results-table-css' => '181aa9d9', ··· 1844 1844 'javelin-util', 1845 1845 'phabricator-shaped-request', 1846 1846 ), 1847 + 'd9ff1f23' => array( 1848 + 'phui-inline-comment-view-css', 1849 + ), 1847 1850 'dbbf48b6' => array( 1848 1851 'javelin-behavior', 1849 1852 'javelin-stratcom', ··· 1874 1877 'javelin-behavior', 1875 1878 'javelin-dom', 1876 1879 'phabricator-prefab', 1877 - ), 1878 - 'e19cfd6e' => array( 1879 - 'phui-inline-comment-view-css', 1880 1880 ), 1881 1881 'e1d25dfb' => array( 1882 1882 'javelin-behavior',
+1 -1
src/applications/differential/view/DifferentialChangesetListView.php
··· 329 329 return javelin_tag( 330 330 'a', 331 331 array( 332 - 'class' => 'button grey small dropdown', 332 + 'class' => 'button grey dropdown', 333 333 'meta' => $meta, 334 334 'href' => idx($meta, 'detailURI', '#'), 335 335 'target' => '_blank',
+1 -1
webroot/rsrc/css/application/differential/changeset-view.css
··· 321 321 322 322 .differential-changeset-buttons { 323 323 float: right; 324 - margin-right: 16px; 324 + margin-right: 8px; 325 325 } 326 326 327 327 .device-phone .differential-changeset-buttons {