0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/plugins/chat/assets/stylesheets/desktop/chat-channel.scss

18 lines
337 B
SCSS
Vendored

@use "lib/viewport";
@include viewport.until(lg) {
.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;
}
}
}
}