mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
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
This commit is contained in:
parent
0f914afda9
commit
99392eab5d
2 changed files with 19 additions and 2 deletions
|
@ -44,7 +44,7 @@ return array(
|
||||||
'rsrc/css/application/config/config-welcome.css' => '6abd79be',
|
'rsrc/css/application/config/config-welcome.css' => '6abd79be',
|
||||||
'rsrc/css/application/config/setup-issue.css' => '22270af2',
|
'rsrc/css/application/config/setup-issue.css' => '22270af2',
|
||||||
'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
|
'rsrc/css/application/config/unhandled-exception.css' => '37d4f9a2',
|
||||||
'rsrc/css/application/conpherence/durable-column.css' => '5faebda3',
|
'rsrc/css/application/conpherence/durable-column.css' => '2e68a92f',
|
||||||
'rsrc/css/application/conpherence/menu.css' => 'f389e048',
|
'rsrc/css/application/conpherence/menu.css' => 'f389e048',
|
||||||
'rsrc/css/application/conpherence/message-pane.css' => 'e7c09fda',
|
'rsrc/css/application/conpherence/message-pane.css' => 'e7c09fda',
|
||||||
'rsrc/css/application/conpherence/notification.css' => 'd208f806',
|
'rsrc/css/application/conpherence/notification.css' => 'd208f806',
|
||||||
|
@ -517,7 +517,7 @@ return array(
|
||||||
'changeset-view-manager' => '58562350',
|
'changeset-view-manager' => '58562350',
|
||||||
'config-options-css' => '7fedf08b',
|
'config-options-css' => '7fedf08b',
|
||||||
'config-welcome-css' => '6abd79be',
|
'config-welcome-css' => '6abd79be',
|
||||||
'conpherence-durable-column-view' => '5faebda3',
|
'conpherence-durable-column-view' => '2e68a92f',
|
||||||
'conpherence-menu-css' => 'f389e048',
|
'conpherence-menu-css' => 'f389e048',
|
||||||
'conpherence-message-pane-css' => 'e7c09fda',
|
'conpherence-message-pane-css' => 'e7c09fda',
|
||||||
'conpherence-notification-css' => 'd208f806',
|
'conpherence-notification-css' => 'd208f806',
|
||||||
|
|
|
@ -207,6 +207,23 @@
|
||||||
color: {$darkbluetext};
|
color: {$darkbluetext};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conpherence-durable-column-transactions
|
||||||
|
.conpherence-transaction-detail
|
||||||
|
.conpherence-transaction-content
|
||||||
|
.phui-pinboard-item-view {
|
||||||
|
width: 273px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conpherence-durable-column-transactions
|
||||||
|
.conpherence-transaction-detail
|
||||||
|
.conpherence-transaction-content
|
||||||
|
.phui-pinboard-item-view
|
||||||
|
.phui-pinboard-item-image-link
|
||||||
|
img {
|
||||||
|
width: 265px;
|
||||||
|
height: 199px;
|
||||||
|
}
|
||||||
|
|
||||||
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
.conpherence-durable-column-transactions .conpherence-transaction-detail
|
||||||
.conpherence-transaction-content {
|
.conpherence-transaction-content {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
Loading…
Reference in a new issue