mirror of
https://github.com/discourse/discourse.git
synced 2024-12-20 07:13:44 +08:00
89a6cac968
The main bug this commit is fixing is lack of spacing on the title "channels" when visiting the chat homepage on mobile.
13 lines
357 B
SCSS
13 lines
357 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";
|
|
@import "sidebar-extensions";
|