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

at recaptime-dev/main 130 lines 2.7 kB view raw
1/** 2 * @provides conpherence-header-pane-css 3 */ 4 5.conpherence-header-pane .phui-header-shell { 6 padding: 8px 16px 10px; 7 min-height: 38px; 8} 9 10.conpherence-header-pane .phui-header-header { 11 font-size: 16px; 12 color: {$blacktext}; 13 display: block; 14} 15 16.conpherence-header-pane .phui-header-subheader { 17 padding: 0; 18 margin: 0; 19} 20 21.conpherence-header-pane .conpherence-header-topic .phui-tag-core { 22 color: {$sh-indigotext}; 23 padding: 0 4px; 24 font-size: 12px; 25 margin: 0 8px 0 0; 26 text-overflow: ellipsis; 27 white-space: nowrap; 28 overflow: hidden; 29 font-style: italic; 30} 31 32.device-phone .conpherence-header-pane .conpherence-header-topic { 33 display: none; 34} 35 36.conpherence-header-pane .phui-header-col1 { 37 width: 46px; 38 height: 35px; 39} 40 41.conpherence-header-pane .phui-header-image { 42 height: 35px; 43 width: 35px; 44 background-size: 35px; 45 position: absolute; 46 top: 4px; 47 left: 0; 48} 49 50.conpherence-header-pane .policy-header-callout { 51 background: transparent; 52 font-size: 12px; 53 margin: 0 8px 0 0; 54 padding: 3px 0; 55 font-style: normal; 56} 57 58.conpherence-header-pane .phui-header-subheader .policy-link { 59 color: {$lightbluetext}; 60} 61 62.conpherence-header-pane .phui-header-subheader .policy-header-callout 63 .phui-icon-view { 64 font-size: 12px; 65 color: {$lightbluetext}; 66} 67 68.conpherence-header-pane .phui-header-subheader .policy-link:hover { 69 color: {$darkbluetext}; 70} 71 72.conpherence-header-pane .phui-header-image-href { 73 position: inherit; 74} 75 76.conpherence-header-pane .phui-header-col2 { 77 height: 40px; 78 overflow: hidden; 79 text-overflow: ellipsis; 80 white-space: nowrap; 81 width: 60%; 82 max-width: 0; 83} 84 85.conpherence-header-pane .phui-header-action-list .phui-header-action-item 86 .phui-icon-view { 87 height: 18px; 88 width: 24px; 89 font-size: 14px; 90 line-height: 23px; 91 display: block; 92} 93 94.device .hide-on-device { 95 display: none; 96} 97 98.device-phone .conpherence-header-pane .phui-header-col3 { 99 vertical-align: middle; 100} 101 102.conpherence-participant-toggle.phui-icon-circle { 103 text-decoration: none; 104 border-color: {$sky}; 105 cursor: pointer; 106} 107 108.conpherence-participant-toggle.phui-icon-circle .phui-icon-view { 109 color: {$sky}; 110} 111 112.show-searchbar .conpherence-search-toggle.phui-icon-circle { 113 text-decoration: none; 114 border-color: {$green}; 115 cursor: pointer; 116} 117 118.show-searchbar .conpherence-search-toggle.phui-icon-circle .phui-icon-view { 119 color: {$green}; 120} 121 122.hide-widgets .conpherence-participant-toggle.phui-icon-circle { 123 text-decoration: none; 124 border-color: {$lightblueborder}; 125 cursor: pointer; 126} 127 128.hide-widgets .conpherence-participant-toggle.phui-icon-circle .phui-icon-view { 129 color: {$lightblueborder}; 130}