mirror of
https://github.com/discourse/discourse.git
synced 2024-12-26 16:33:47 +08:00
b191d63c1b
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.
12 lines
327 B
SCSS
12 lines
327 B
SCSS
@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";
|