mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 16:30:59 +01:00
Minor Conpherence CSS tweaks
Summary: - Elastic scrolling in message view - Form now 100% wide in mobile Test Plan: Mobile iOS, Chrome Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5665
This commit is contained in:
parent
95f57756aa
commit
7899068cec
3 changed files with 8 additions and 4 deletions
|
@ -906,7 +906,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'conpherence-menu-css' =>
|
||||
array(
|
||||
'uri' => '/res/7413379f/rsrc/css/application/conpherence/menu.css',
|
||||
'uri' => '/res/2ba4444e/rsrc/css/application/conpherence/menu.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -915,7 +915,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'conpherence-message-pane-css' =>
|
||||
array(
|
||||
'uri' => '/res/2876cc7f/rsrc/css/application/conpherence/message-pane.css',
|
||||
'uri' => '/res/6a4811a7/rsrc/css/application/conpherence/message-pane.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
.device-phone .conpherence-menu-pane {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.conpherence-content-pane {
|
||||
margin-left: 300px;
|
||||
position: relative;
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
right: 281px;
|
||||
}
|
||||
|
||||
|
||||
.conpherence-message-pane .aphront-form-input {
|
||||
.conpherence-layout .conpherence-message-pane .phabricator-form-view
|
||||
div.aphront-form-input {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue