fix mobile
This commit is contained in:
parent
24310fe5a9
commit
206e3f9422
2 changed files with 1 additions and 4 deletions
|
|
@ -9,9 +9,6 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('.message_inbox')
|
= t('.message_inbox')
|
||||||
|
|
||||||
:css
|
|
||||||
footer{ display:none;}
|
|
||||||
|
|
||||||
.container-fluid.conversations_container
|
.container-fluid.conversations_container
|
||||||
.row-fluid
|
.row-fluid
|
||||||
.span4
|
.span4
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
autocompleteInput.focus();
|
autocompleteInput.focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
#new_message_pane
|
.span6#new_message_pane
|
||||||
.span5#facebox_header
|
.span5#facebox_header
|
||||||
%h3
|
%h3
|
||||||
= t('conversations.index.new_message')
|
= t('conversations.index.new_message')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue