2023-12-19 05:09:47 +08:00
|
|
|
.c-channel-info {
|
2022-11-02 21:41:30 +08:00
|
|
|
display: flex;
|
2023-10-09 20:11:16 +08:00
|
|
|
padding: 1rem;
|
2023-11-10 18:29:28 +08:00
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.chat-message-creator__container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-10-09 20:11:16 +08:00
|
|
|
|
|
|
|
&__nav {
|
|
|
|
.nav-pills {
|
|
|
|
margin: 0;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
}
|
2022-11-02 21:41:30 +08:00
|
|
|
}
|
|
|
|
|
2023-12-19 05:09:47 +08:00
|
|
|
.c-channel-members__add-members {
|
2023-11-10 18:29:28 +08:00
|
|
|
display: flex;
|
|
|
|
gap: 1rem;
|
|
|
|
|
|
|
|
.chat-message-creator-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-02 21:41:30 +08:00
|
|
|
// Info header
|
2023-12-19 05:09:47 +08:00
|
|
|
.c-channel-info-header {
|
2022-11-02 21:41:30 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: flex-start;
|
|
|
|
padding: 1rem;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2023-12-19 05:09:47 +08:00
|
|
|
.c-channel-info-header__title {
|
2022-11-02 21:41:30 +08:00
|
|
|
font-size: var(--font-up-2);
|
|
|
|
margin: 0;
|
|
|
|
}
|