18 lines
270 B
CSS
18 lines
270 B
CSS
|
.messages-recipient {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.messages-recipient-avatar {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.messages-recipient-name {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
.messages-recipient-name-input {
|
||
|
width: 100%;
|
||
|
}
|