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

Conpherence - fix durable column bug where scrolling broke over embedded mock

Summary: Fixes T7842.

Test Plan: using chrome, successfully scrolled durable column despte encountering embedded mocks

Reviewers: epriestley, chad

Reviewed By: chad

Subscribers: Korvin, epriestley

Maniphest Tasks: T7842

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

+19 -2
+2 -2
resources/celerity/map.php
··· 44 44 'rsrc/css/application/config/config-welcome.css' => '6abd79be', 45 45 'rsrc/css/application/config/setup-issue.css' => '22270af2', 46 46 'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2', 47 - 'rsrc/css/application/conpherence/durable-column.css' => '5faebda3', 47 + 'rsrc/css/application/conpherence/durable-column.css' => '2e68a92f', 48 48 'rsrc/css/application/conpherence/menu.css' => 'f389e048', 49 49 'rsrc/css/application/conpherence/message-pane.css' => 'e7c09fda', 50 50 'rsrc/css/application/conpherence/notification.css' => 'd208f806', ··· 517 517 'changeset-view-manager' => '58562350', 518 518 'config-options-css' => '7fedf08b', 519 519 'config-welcome-css' => '6abd79be', 520 - 'conpherence-durable-column-view' => '5faebda3', 520 + 'conpherence-durable-column-view' => '2e68a92f', 521 521 'conpherence-menu-css' => 'f389e048', 522 522 'conpherence-message-pane-css' => 'e7c09fda', 523 523 'conpherence-notification-css' => 'd208f806',
+17
webroot/rsrc/css/application/conpherence/durable-column.css
··· 207 207 color: {$darkbluetext}; 208 208 } 209 209 210 + .conpherence-durable-column-transactions 211 + .conpherence-transaction-detail 212 + .conpherence-transaction-content 213 + .phui-pinboard-item-view { 214 + width: 273px; 215 + } 216 + 217 + .conpherence-durable-column-transactions 218 + .conpherence-transaction-detail 219 + .conpherence-transaction-content 220 + .phui-pinboard-item-view 221 + .phui-pinboard-item-image-link 222 + img { 223 + width: 265px; 224 + height: 199px; 225 + } 226 + 210 227 .conpherence-durable-column-transactions .conpherence-transaction-detail 211 228 .conpherence-transaction-content { 212 229 background: #fff;