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

Minor Topic CSS tweaks

Summary: Cleans up the topic UI a little more, I think this feels nice for some reason.

Test Plan: visit a room with and without a topic, desktop, tablet, mobile

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+9 -6
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => '1b8422e1', 10 + 'conpherence.pkg.css' => 'a34d59bd', 11 11 'conpherence.pkg.js' => '5f86c17d', 12 12 'core.pkg.css' => '959330a2', 13 13 'core.pkg.js' => 'deabcef7', ··· 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' => '89ea6bef', 49 - 'rsrc/css/application/conpherence/header-pane.css' => '92d50767', 49 + 'rsrc/css/application/conpherence/header-pane.css' => '6b2dadbe', 50 50 'rsrc/css/application/conpherence/menu.css' => '88100764', 51 51 'rsrc/css/application/conpherence/message-pane.css' => '14199428', 52 52 'rsrc/css/application/conpherence/notification.css' => 'cef0a3fc', ··· 553 553 'config-options-css' => '0ede4c9b', 554 554 'config-page-css' => 'c1d5121b', 555 555 'conpherence-durable-column-view' => '89ea6bef', 556 - 'conpherence-header-pane-css' => '92d50767', 556 + 'conpherence-header-pane-css' => '6b2dadbe', 557 557 'conpherence-menu-css' => '88100764', 558 558 'conpherence-message-pane-css' => '14199428', 559 559 'conpherence-notification-css' => 'cef0a3fc',
+6 -3
webroot/rsrc/css/application/conpherence/header-pane.css
··· 24 24 25 25 .conpherence-header-pane .conpherence-header-topic .phui-tag-core { 26 26 color: {$sh-indigotext}; 27 - padding: 0; 27 + padding: 0 4px; 28 28 font-size: 12px; 29 29 margin: 0 8px 0 0; 30 30 text-overflow: ellipsis; 31 31 white-space: nowrap; 32 32 overflow: hidden; 33 33 font-style: italic; 34 + } 35 + 36 + .device-phone .conpherence-header-pane .conpherence-header-topic { 37 + display: none; 34 38 } 35 39 36 40 .conpherence-header-pane .phui-header-col1 { ··· 47 51 left: 0; 48 52 } 49 53 50 - .conpherence-header-pane .policy-header-callout, 51 - .conpherence-header-pane .phui-tag-core { 54 + .conpherence-header-pane .policy-header-callout { 52 55 background: transparent; 53 56 font-size: 12px; 54 57 margin: 0 8px 0 0;