@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 "size=full" issue for images in Firefox

Summary: Fixes T8221.

Test Plan: {F410522}

Reviewers: chad, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8221

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

+6 -5
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '65288546', 10 + 'core.pkg.css' => '79e995d7', 11 11 'core.pkg.js' => 'a2f2598e', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'bb338e4b', ··· 45 45 'rsrc/css/application/config/config-welcome.css' => '6abd79be', 46 46 'rsrc/css/application/config/setup-issue.css' => '22270af2', 47 47 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 48 - 'rsrc/css/application/conpherence/durable-column.css' => '4331cbe9', 48 + 'rsrc/css/application/conpherence/durable-column.css' => '8c43d6ac', 49 49 'rsrc/css/application/conpherence/menu.css' => 'f389e048', 50 50 'rsrc/css/application/conpherence/message-pane.css' => '5bb4b76d', 51 51 'rsrc/css/application/conpherence/notification.css' => '919974b6', ··· 109 109 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 110 110 'rsrc/css/application/uiexample/example.css' => '528b19de', 111 111 'rsrc/css/core/core.css' => 'aaea7a7a', 112 - 'rsrc/css/core/remarkup.css' => '0037bdbf', 112 + 'rsrc/css/core/remarkup.css' => '07b7dc54', 113 113 'rsrc/css/core/syntax.css' => '6b7b24d9', 114 114 'rsrc/css/core/z-index.css' => '8414a09b', 115 115 'rsrc/css/diviner/diviner-shared.css' => '38813222', ··· 496 496 'conduit-api-css' => '7bc725c4', 497 497 'config-options-css' => '7fedf08b', 498 498 'config-welcome-css' => '6abd79be', 499 - 'conpherence-durable-column-view' => '4331cbe9', 499 + 'conpherence-durable-column-view' => '8c43d6ac', 500 500 'conpherence-menu-css' => 'f389e048', 501 501 'conpherence-message-pane-css' => '5bb4b76d', 502 502 'conpherence-notification-css' => '919974b6', ··· 725 725 'phabricator-phtize' => 'd254d646', 726 726 'phabricator-prefab' => '6920d200', 727 727 'phabricator-profile-css' => '1a20dcbf', 728 - 'phabricator-remarkup-css' => '0037bdbf', 728 + 'phabricator-remarkup-css' => '07b7dc54', 729 729 'phabricator-search-results-css' => '15c71110', 730 730 'phabricator-shaped-request' => '7cbe244b', 731 731 'phabricator-side-menu-view-css' => 'c1db9e9c',
+1
webroot/rsrc/css/core/remarkup.css
··· 317 317 318 318 .phabricator-remarkup-embed-image-full { 319 319 display: inline-block; 320 + max-width: 100%; 320 321 } 321 322 322 323 .phabricator-remarkup-embed-image-full img {