mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix height of send message area on Conpherence
Summary: When I tweaked the mobile layout, this didn't get updated. Reduces height of send message area. Test Plan: test layout on mobile and desktop Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9237
This commit is contained in:
parent
5d6a7f5cf4
commit
5e905edafa
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ return array(
|
||||||
'rsrc/css/application/config/config-template.css' => '25d446d6',
|
'rsrc/css/application/config/config-template.css' => '25d446d6',
|
||||||
'rsrc/css/application/config/setup-issue.css' => '69e640e7',
|
'rsrc/css/application/config/setup-issue.css' => '69e640e7',
|
||||||
'rsrc/css/application/conpherence/menu.css' => '561348ac',
|
'rsrc/css/application/conpherence/menu.css' => '561348ac',
|
||||||
'rsrc/css/application/conpherence/message-pane.css' => 'e46b612c',
|
'rsrc/css/application/conpherence/message-pane.css' => 'e57041c8',
|
||||||
'rsrc/css/application/conpherence/notification.css' => '403cf598',
|
'rsrc/css/application/conpherence/notification.css' => '403cf598',
|
||||||
'rsrc/css/application/conpherence/update.css' => '1099a660',
|
'rsrc/css/application/conpherence/update.css' => '1099a660',
|
||||||
'rsrc/css/application/conpherence/widget-pane.css' => 'bf275a6c',
|
'rsrc/css/application/conpherence/widget-pane.css' => 'bf275a6c',
|
||||||
|
@ -505,7 +505,7 @@ return array(
|
||||||
'auth-css' => '1e655982',
|
'auth-css' => '1e655982',
|
||||||
'config-options-css' => '7fedf08b',
|
'config-options-css' => '7fedf08b',
|
||||||
'conpherence-menu-css' => '561348ac',
|
'conpherence-menu-css' => '561348ac',
|
||||||
'conpherence-message-pane-css' => 'e46b612c',
|
'conpherence-message-pane-css' => 'e57041c8',
|
||||||
'conpherence-notification-css' => '403cf598',
|
'conpherence-notification-css' => '403cf598',
|
||||||
'conpherence-update-css' => '1099a660',
|
'conpherence-update-css' => '1099a660',
|
||||||
'conpherence-widget-pane-css' => 'bf275a6c',
|
'conpherence-widget-pane-css' => 'bf275a6c',
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
left: 280px;
|
left: 280px;
|
||||||
right: 241px;
|
right: 241px;
|
||||||
top: 76px;
|
top: 76px;
|
||||||
bottom: 190px;
|
bottom: 185px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
box-shadow: inset 1px 4px 5px rgba(0,0,0,0.1);
|
box-shadow: inset 1px 4px 5px rgba(0,0,0,0.1);
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
.conpherence-message-pane .phui-form-view {
|
.conpherence-message-pane .phui-form-view {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background-color: {$lightgreybackground};
|
background-color: {$lightgreybackground};
|
||||||
height: 190px;
|
height: 185px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue