2022-11-02 21:41:30 +08:00
|
|
|
@import "common/foundation/mixins";
|
2023-04-03 16:46:38 +08:00
|
|
|
|
2024-02-02 21:29:07 +08:00
|
|
|
.channels-list-container {
|
|
|
|
overflow: hidden;
|
2022-11-02 21:41:30 +08:00
|
|
|
|
2024-02-02 21:29:07 +08:00
|
|
|
.chat-channel-name {
|
|
|
|
font-size: var(--font-up-1-rem);
|
2022-11-02 21:41:30 +08:00
|
|
|
}
|
2024-10-04 20:10:36 +08:00
|
|
|
|
|
|
|
.chat-channel-row:last-of-type {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2022-11-02 21:41:30 +08:00
|
|
|
}
|
2024-01-16 14:29:33 +08:00
|
|
|
|
2024-07-16 18:34:37 +08:00
|
|
|
.c-routes.--direct-messages,
|
|
|
|
.c-routes.--channels,
|
|
|
|
.c-routes.--threads {
|
2024-01-16 14:29:33 +08:00
|
|
|
background: var(--primary-very-low);
|
|
|
|
max-width: 100vw;
|
|
|
|
}
|
2024-10-08 21:27:41 +08:00
|
|
|
|
|
|
|
//thread index
|
|
|
|
.chat-side-panel {
|
|
|
|
min-width: 0;
|
|
|
|
}
|