discourse/plugins/chat/assets/stylesheets/mobile/chat-index.scss
Joffrey JAFFEUX c74fa300e7
FEATURE: allows browse page in chat drawer (#27919)
This commit ensures the browse page can be loaded in the drawer and doesn’t force full page mode.

Other notable changes of this commit:
- be consistent about wrapping each full page route with "c-routes.--route-name" and each drawer container with "c-drawer-routes.--route-name"
- move browse channels into its own component, it was before in the template of the channels browse
2024-07-16 12:34:37 +02:00

17 lines
286 B
SCSS

@import "common/foundation/mixins";
.channels-list-container {
overflow: hidden;
.chat-channel-name {
font-size: var(--font-up-1-rem);
}
}
.c-routes.--direct-messages,
.c-routes.--channels,
.c-routes.--threads {
background: var(--primary-very-low);
max-width: 100vw;
}