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

Revert changeset css changes

Summary: I changed some CSS here that was not intended.

Test Plan: Reload a few Diffs, no bottom padding at last diff now.

Reviewers: epriestley, btrahan

CC: Korvin, epriestley, aran

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

+17 -17
+16 -16
src/__celerity_resource_map__.php
··· 1031 1031 ), 1032 1032 'differential-changeset-view-css' => 1033 1033 array( 1034 - 'uri' => '/res/779c2eb2/rsrc/css/application/differential/changeset-view.css', 1034 + 'uri' => '/res/37f702ae/rsrc/css/application/differential/changeset-view.css', 1035 1035 'type' => 'css', 1036 1036 'requires' => 1037 1037 array( ··· 4429 4429 'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js', 4430 4430 'type' => 'js', 4431 4431 ), 4432 - '2e680d9b' => 4432 + '1084b12b' => 4433 4433 array( 4434 4434 'name' => 'differential.pkg.css', 4435 4435 'symbols' => ··· 4448 4448 11 => 'differential-local-commits-view-css', 4449 4449 12 => 'inline-comment-summary-css', 4450 4450 ), 4451 - 'uri' => '/res/pkg/2e680d9b/differential.pkg.css', 4451 + 'uri' => '/res/pkg/1084b12b/differential.pkg.css', 4452 4452 'type' => 'css', 4453 4453 ), 4454 4454 '5e9e5c4e' => ··· 4568 4568 'aphront-tokenizer-control-css' => '9632628e', 4569 4569 'aphront-tooltip-css' => '9632628e', 4570 4570 'aphront-typeahead-control-css' => '9632628e', 4571 - 'differential-changeset-view-css' => '2e680d9b', 4572 - 'differential-core-view-css' => '2e680d9b', 4571 + 'differential-changeset-view-css' => '1084b12b', 4572 + 'differential-core-view-css' => '1084b12b', 4573 4573 'differential-inline-comment-editor' => '5e9e5c4e', 4574 - 'differential-local-commits-view-css' => '2e680d9b', 4575 - 'differential-results-table-css' => '2e680d9b', 4576 - 'differential-revision-add-comment-css' => '2e680d9b', 4577 - 'differential-revision-comment-css' => '2e680d9b', 4578 - 'differential-revision-comment-list-css' => '2e680d9b', 4579 - 'differential-revision-history-css' => '2e680d9b', 4580 - 'differential-revision-list-css' => '2e680d9b', 4581 - 'differential-table-of-contents-css' => '2e680d9b', 4574 + 'differential-local-commits-view-css' => '1084b12b', 4575 + 'differential-results-table-css' => '1084b12b', 4576 + 'differential-revision-add-comment-css' => '1084b12b', 4577 + 'differential-revision-comment-css' => '1084b12b', 4578 + 'differential-revision-comment-list-css' => '1084b12b', 4579 + 'differential-revision-history-css' => '1084b12b', 4580 + 'differential-revision-list-css' => '1084b12b', 4581 + 'differential-table-of-contents-css' => '1084b12b', 4582 4582 'diffusion-commit-view-css' => '270f4eb4', 4583 4583 'diffusion-icons-css' => '270f4eb4', 4584 4584 'global-drag-and-drop-css' => '9632628e', 4585 - 'inline-comment-summary-css' => '2e680d9b', 4585 + 'inline-comment-summary-css' => '1084b12b', 4586 4586 'javelin-aphlict' => '2c1dba03', 4587 4587 'javelin-behavior' => '3e3be199', 4588 4588 'javelin-behavior-aphlict-dropdown' => '2c1dba03', ··· 4661 4661 'phabricator-action-list-view-css' => '9632628e', 4662 4662 'phabricator-application-launch-view-css' => '9632628e', 4663 4663 'phabricator-busy' => '2c1dba03', 4664 - 'phabricator-content-source-view-css' => '2e680d9b', 4664 + 'phabricator-content-source-view-css' => '1084b12b', 4665 4665 'phabricator-core-css' => '9632628e', 4666 4666 'phabricator-crumbs-view-css' => '9632628e', 4667 4667 'phabricator-drag-and-drop-file-upload' => '5e9e5c4e', ··· 4679 4679 'phabricator-notification' => '2c1dba03', 4680 4680 'phabricator-notification-css' => '9632628e', 4681 4681 'phabricator-notification-menu-css' => '9632628e', 4682 - 'phabricator-object-selector-css' => '2e680d9b', 4682 + 'phabricator-object-selector-css' => '1084b12b', 4683 4683 'phabricator-phtize' => '2c1dba03', 4684 4684 'phabricator-prefab' => '2c1dba03', 4685 4685 'phabricator-project-tag-css' => '49898640',
+1 -1
webroot/rsrc/css/application/differential/changeset-view.css
··· 5 5 .differential-changeset { 6 6 position: relative; 7 7 margin: 0; 8 - padding: 16px 0; 8 + padding-top: 32px; 9 9 } 10 10 11 11 .differential-diff {