discourse/plugins/chat/assets/stylesheets/desktop/chat-channel.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
314 B
SCSS
Raw Normal View History

@include breakpoint(large) {
.main-chat-outlet.has-side-panel-expanded {
.c-routes.--channel {
display: none;
}
.chat-side-panel {
width: 100% !important; // overrides the inline auto width
border: none;
.chat-side-panel-resizer {
display: none;
}
}
}
}