mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 06:04:09 +08:00
b8d5f951f6
On mobile swiping a channel row will now show a "Remove" option. Holding this to the end will now remove this row from your list of followed direct message channels. Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com>
18 lines
492 B
SCSS
18 lines
492 B
SCSS
@import "base-mobile";
|
|
@import "chat-channel-info";
|
|
@import "chat-channel";
|
|
@import "chat-composer";
|
|
@import "chat-index";
|
|
@import "chat-message-actions";
|
|
@import "chat-message";
|
|
@import "chat-selection-manager";
|
|
@import "chat-emoji-picker";
|
|
@import "chat-composer-upload";
|
|
@import "chat-side-panel";
|
|
@import "chat-thread";
|
|
@import "chat-threads-list";
|
|
@import "chat-modal-thread-settings";
|
|
@import "chat-message-thread-indicator";
|
|
@import "chat-message-creator";
|
|
@import "chat-channel-row";
|