mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-12-17 00:25:47 +00:00
Renamed discussions to conversations
This commit is contained in:
16
assets/css/components/conversations/windows.css
Normal file
16
assets/css/components/conversations/windows.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Conversations windows
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
#conversationsElem .box {
|
||||
width: 250px;
|
||||
height: 350px;
|
||||
max-width: 100%;
|
||||
/*display: inline-block;*/
|
||||
display: inline-table;
|
||||
margin-left: 5px;
|
||||
text-align: justify;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user