Fix conversation window bottom size

This commit is contained in:
Pierre 2017-06-22 09:34:27 +02:00
parent 7383be8fe9
commit 8e89549fc5

View File

@ -18,6 +18,12 @@
/**
* Conversations create message form
*/
#conversationsElem .box-footer {
position: absolute;
bottom: 0;
}
#conversationsElem .create-message-form .btn {
padding-left: 6px;
padding-right:6px;