mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix thread list in Conpherence when scrollbar is present
Summary: This label is too wide when a !!wild scrollbar appears!! Test Plan: shrink height of tall thread list in Conpherence, see no wrapping. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16536
This commit is contained in:
parent
1ccb44ebe8
commit
98f7e751c7
3 changed files with 7 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'conpherence.pkg.css' => '06803437',
|
'conpherence.pkg.css' => '1659749c',
|
||||||
'core.pkg.css' => '1ca373de',
|
'core.pkg.css' => '1ca373de',
|
||||||
'core.pkg.js' => '1d376fa9',
|
'core.pkg.js' => '1d376fa9',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
|
@ -46,8 +46,8 @@ return array(
|
||||||
'rsrc/css/application/config/setup-issue.css' => 'f794cfc3',
|
'rsrc/css/application/config/setup-issue.css' => 'f794cfc3',
|
||||||
'rsrc/css/application/config/unhandled-exception.css' => '4c96257a',
|
'rsrc/css/application/config/unhandled-exception.css' => '4c96257a',
|
||||||
'rsrc/css/application/conpherence/durable-column.css' => '194ac487',
|
'rsrc/css/application/conpherence/durable-column.css' => '194ac487',
|
||||||
'rsrc/css/application/conpherence/menu.css' => '4c959efa',
|
'rsrc/css/application/conpherence/menu.css' => '67235d90',
|
||||||
'rsrc/css/application/conpherence/message-pane.css' => '029bd52f',
|
'rsrc/css/application/conpherence/message-pane.css' => '97f3f6cf',
|
||||||
'rsrc/css/application/conpherence/notification.css' => '6cdcc253',
|
'rsrc/css/application/conpherence/notification.css' => '6cdcc253',
|
||||||
'rsrc/css/application/conpherence/transaction.css' => '2c71247c',
|
'rsrc/css/application/conpherence/transaction.css' => '2c71247c',
|
||||||
'rsrc/css/application/conpherence/update.css' => 'faf6be09',
|
'rsrc/css/application/conpherence/update.css' => 'faf6be09',
|
||||||
|
@ -615,8 +615,8 @@ return array(
|
||||||
'config-options-css' => '0ede4c9b',
|
'config-options-css' => '0ede4c9b',
|
||||||
'config-page-css' => '8798e14f',
|
'config-page-css' => '8798e14f',
|
||||||
'conpherence-durable-column-view' => '194ac487',
|
'conpherence-durable-column-view' => '194ac487',
|
||||||
'conpherence-menu-css' => '4c959efa',
|
'conpherence-menu-css' => '67235d90',
|
||||||
'conpherence-message-pane-css' => '029bd52f',
|
'conpherence-message-pane-css' => '97f3f6cf',
|
||||||
'conpherence-notification-css' => '6cdcc253',
|
'conpherence-notification-css' => '6cdcc253',
|
||||||
'conpherence-thread-manager' => '01774ab2',
|
'conpherence-thread-manager' => '01774ab2',
|
||||||
'conpherence-transaction-css' => '2c71247c',
|
'conpherence-transaction-css' => '2c71247c',
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
color: {$darkbluetext};
|
color: {$darkbluetext};
|
||||||
text-shadow: 0px 1px 1px #fff;
|
text-shadow: 0px 1px 1px #fff;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 175px;
|
width: 165px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,7 @@
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conpherence-messages > .jx-scrollbar-content .conpherence-edited:last-child,
|
.conpherence-messages .jx-scrollbar-content .conpherence-edited:last-child {
|
||||||
.conpherence-messages > .conpherence-edited:last-child {
|
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue