@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 Conpherence mobile layout

Summary: Fixes the spacing around "Send Message", which changed from "Pontificate"

Test Plan: Use Chrome explorer and iOS simulator to test new CSS

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+10 -10
+2 -2
resources/celerity/map.php
··· 46 46 'rsrc/css/application/config/config-template.css' => '25d446d6', 47 47 'rsrc/css/application/config/setup-issue.css' => '69e640e7', 48 48 'rsrc/css/application/conpherence/menu.css' => '561348ac', 49 - 'rsrc/css/application/conpherence/message-pane.css' => '2aedca89', 49 + 'rsrc/css/application/conpherence/message-pane.css' => 'e46b612c', 50 50 'rsrc/css/application/conpherence/notification.css' => '403cf598', 51 51 'rsrc/css/application/conpherence/update.css' => '1099a660', 52 52 'rsrc/css/application/conpherence/widget-pane.css' => '87b12e0c', ··· 500 500 'auth-css' => '1e655982', 501 501 'config-options-css' => '7fedf08b', 502 502 'conpherence-menu-css' => '561348ac', 503 - 'conpherence-message-pane-css' => '2aedca89', 503 + 'conpherence-message-pane-css' => 'e46b612c', 504 504 'conpherence-notification-css' => '403cf598', 505 505 'conpherence-update-css' => '1099a660', 506 506 'conpherence-widget-pane-css' => '87b12e0c',
+8 -8
webroot/rsrc/css/application/conpherence/message-pane.css
··· 105 105 left: 0; 106 106 right: 0; 107 107 background-color: #d8dce2; 108 - height: 3em; 108 + height: 38px; 109 109 width: 100%; 110 110 } 111 111 ··· 192 192 } 193 193 194 194 .conpherence-message-pane .aphront-form-control-submit { 195 - margin: 3px 8px 0 0; 195 + margin: 0 8px 0 0; 196 196 } 197 197 .conpherence-message-pane .remarkup-assist-bar { 198 198 border-width: 1px 0 0; ··· 212 212 } 213 213 214 214 .device .conpherence-message-pane .remarkup-assist-textarea { 215 - margin: 0.5em 0em 0em 2%; 216 - padding: 6px 1%; 217 - width: 98%; 218 - height: 2em; 215 + margin: 4px 8px; 216 + padding: 6px 6px; 217 + width: 97%; 218 + height: 28px; 219 219 resize: none; 220 220 } 221 221 ··· 231 231 width: 76%; 232 232 } 233 233 .device-phone .conpherence-message-pane .aphront-form-control-textarea { 234 - width: 63%; 234 + width: 60%; 235 235 } 236 236 237 237 .device .conpherence-message-pane .aphront-form-control-submit button { 238 - margin: 0.6em 0 0 2%; 238 + margin: 7px 0 0 0; 239 239 }