@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 image scrollbars in Differential

Summary: This should be auto, not scroll (which always shows bars).

Test Plan: test my diff in a few browsers

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4 -4
+3 -3
resources/celerity/map.php
··· 10 10 'core.pkg.css' => '740b85f8', 11 11 'core.pkg.js' => 'f67c8265', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 - 'differential.pkg.css' => '8f46d832', 13 + 'differential.pkg.css' => '36884139', 14 14 'differential.pkg.js' => 'eb182ccd', 15 15 'diffusion.pkg.css' => '591664fa', 16 16 'diffusion.pkg.js' => 'bfc0737b', ··· 55 55 'rsrc/css/application/dashboard/dashboard.css' => 'a2bfdcbf', 56 56 'rsrc/css/application/diff/inline-comment-summary.css' => '8cfd34e8', 57 57 'rsrc/css/application/differential/add-comment.css' => 'c478bcaa', 58 - 'rsrc/css/application/differential/changeset-view.css' => 'a6626a0c', 58 + 'rsrc/css/application/differential/changeset-view.css' => 'b2b71e76', 59 59 'rsrc/css/application/differential/core.css' => '7ac3cabc', 60 60 'rsrc/css/application/differential/results-table.css' => '239924f9', 61 61 'rsrc/css/application/differential/revision-comment.css' => '48186045', ··· 520 520 'conpherence-notification-css' => '04a6e10a', 521 521 'conpherence-update-css' => '1099a660', 522 522 'conpherence-widget-pane-css' => 'bf275a6c', 523 - 'differential-changeset-view-css' => 'a6626a0c', 523 + 'differential-changeset-view-css' => 'b2b71e76', 524 524 'differential-core-view-css' => '7ac3cabc', 525 525 'differential-inline-comment-editor' => 'f2441746', 526 526 'differential-results-table-css' => '239924f9',
+1 -1
webroot/rsrc/css/application/differential/changeset-view.css
··· 217 217 } 218 218 219 219 .differential-image-stage { 220 - overflow: scroll; 220 + overflow: auto; 221 221 } 222 222 223 223 .differential-meta-notice {