mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 18:08:50 +00:00
Fix conversation window bottom size
This commit is contained in:
parent
7383be8fe9
commit
8e89549fc5
@ -18,6 +18,12 @@
|
|||||||
/**
|
/**
|
||||||
* Conversations create message form
|
* Conversations create message form
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#conversationsElem .box-footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#conversationsElem .create-message-form .btn {
|
#conversationsElem .create-message-form .btn {
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-right:6px;
|
padding-right:6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user