discourse/plugins/chat/assets/stylesheets/desktop/index.scss
Joffrey JAFFEUX 89a6cac968
FIX: attempt to simplify chat navbar spacing (#30054)
The main bug this commit is fixing is lack of spacing on the title "channels" when visiting the chat homepage on mobile.
2024-12-03 09:33:10 +01:00

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";