mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-29 00:40:57 +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' =>
|
'conpherence-menu-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/7413379f/rsrc/css/application/conpherence/menu.css',
|
'uri' => '/res/2ba4444e/rsrc/css/application/conpherence/menu.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -915,7 +915,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'conpherence-message-pane-css' =>
|
'conpherence-message-pane-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/2876cc7f/rsrc/css/application/conpherence/message-pane.css',
|
'uri' => '/res/6a4811a7/rsrc/css/application/conpherence/message-pane.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.device-phone .conpherence-menu-pane {
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
|
|
||||||
.conpherence-content-pane {
|
.conpherence-content-pane {
|
||||||
margin-left: 300px;
|
margin-left: 300px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -42,8 +42,8 @@
|
||||||
right: 281px;
|
right: 281px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conpherence-layout .conpherence-message-pane .phabricator-form-view
|
||||||
.conpherence-message-pane .aphront-form-input {
|
div.aphront-form-input {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue