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

+7 -8
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => '06803437', 10 + 'conpherence.pkg.css' => '1659749c', 11 11 'core.pkg.css' => '1ca373de', 12 12 'core.pkg.js' => '1d376fa9', 13 13 'darkconsole.pkg.js' => 'e7393ebb', ··· 46 46 'rsrc/css/application/config/setup-issue.css' => 'f794cfc3', 47 47 'rsrc/css/application/config/unhandled-exception.css' => '4c96257a', 48 48 'rsrc/css/application/conpherence/durable-column.css' => '194ac487', 49 - 'rsrc/css/application/conpherence/menu.css' => '4c959efa', 50 - 'rsrc/css/application/conpherence/message-pane.css' => '029bd52f', 49 + 'rsrc/css/application/conpherence/menu.css' => '67235d90', 50 + 'rsrc/css/application/conpherence/message-pane.css' => '97f3f6cf', 51 51 'rsrc/css/application/conpherence/notification.css' => '6cdcc253', 52 52 'rsrc/css/application/conpherence/transaction.css' => '2c71247c', 53 53 'rsrc/css/application/conpherence/update.css' => 'faf6be09', ··· 615 615 'config-options-css' => '0ede4c9b', 616 616 'config-page-css' => '8798e14f', 617 617 'conpherence-durable-column-view' => '194ac487', 618 - 'conpherence-menu-css' => '4c959efa', 619 - 'conpherence-message-pane-css' => '029bd52f', 618 + 'conpherence-menu-css' => '67235d90', 619 + 'conpherence-message-pane-css' => '97f3f6cf', 620 620 'conpherence-notification-css' => '6cdcc253', 621 621 'conpherence-thread-manager' => '01774ab2', 622 622 'conpherence-transaction-css' => '2c71247c',
+1 -1
webroot/rsrc/css/application/conpherence/menu.css
··· 174 174 color: {$darkbluetext}; 175 175 text-shadow: 0px 1px 1px #fff; 176 176 overflow: hidden; 177 - width: 175px; 177 + width: 165px; 178 178 text-overflow: ellipsis; 179 179 } 180 180
+1 -2
webroot/rsrc/css/application/conpherence/message-pane.css
··· 74 74 padding-top: 20px; 75 75 } 76 76 77 - .conpherence-messages > .jx-scrollbar-content .conpherence-edited:last-child, 78 - .conpherence-messages > .conpherence-edited:last-child { 77 + .conpherence-messages .jx-scrollbar-content .conpherence-edited:last-child { 79 78 padding-bottom: 20px; 80 79 } 81 80