mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 04:45:17 +00:00
Fix conversations width
This commit is contained in:
14
assets/css/pages/groups/pages/conversation.css
Normal file
14
assets/css/pages/groups/pages/conversation.css
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Group conversation
|
||||
*
|
||||
* @author Pierre Hubert
|
||||
*/
|
||||
|
||||
.group-page-conversation {
|
||||
margin: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.group-page-conversation .box {
|
||||
max-width: unset;
|
||||
}
|
Reference in New Issue
Block a user