mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 17:23:44 +08:00
26 lines
401 B
SCSS
26 lines
401 B
SCSS
@import "common/foundation/mixins";
|
|
|
|
.channels-list-container {
|
|
overflow: hidden;
|
|
|
|
.chat-channel-name {
|
|
font-size: var(--font-up-1-rem);
|
|
}
|
|
|
|
.chat-channel-row:last-of-type {
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.c-routes.--direct-messages,
|
|
.c-routes.--channels,
|
|
.c-routes.--threads {
|
|
background: var(--primary-very-low);
|
|
max-width: 100vw;
|
|
}
|
|
|
|
//thread index
|
|
.chat-side-panel {
|
|
min-width: 0;
|
|
}
|