mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
18 lines
337 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|
|
}
|