se cargan modulos de chat en tiempo real
This commit is contained in:
@@ -288,3 +288,31 @@ button:hover {
|
||||
#content{
|
||||
flex:1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.message {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.message.mine {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.message.theirs {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.bubble {
|
||||
max-width: 60%;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
background: #e4e6eb;
|
||||
}
|
||||
|
||||
.message.mine .bubble {
|
||||
background: #4e73df;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user