13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
.multiple-chat {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
.chat-list {
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
padding-inline: var(--layout-content-inlinepadding);
|
|
padding-top: 16px;
|
|
}
|
|
}
|