mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 23:21:58 +08:00
This PR cleans up some unnecessary CSS which are not used anymore. Support of sidebar in chat has a long history due to the various steps leading to the sidebar as we know it today.
11 lines
327 B
SCSS
Vendored
11 lines
327 B
SCSS
Vendored
@import "base-desktop";
|
|
@import "chat-composer-uploads";
|
|
@import "chat-index-drawer";
|
|
@import "chat-index-full-page";
|
|
@import "chat-channel";
|
|
@import "chat-message-actions";
|
|
@import "chat-message";
|
|
@import "chat-channel-info";
|
|
@import "chat-message-creator";
|
|
@import "chat-message-thread-indicator";
|
|
@import "chat-side-panel";
|