mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix conversation window bottom size
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user