0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/chat/assets/stylesheets/desktop/index.scss
Martin Brennan b180944767
FIX: Minor chat context menu fixes (#36969)
* Do not show context menu ellipsis on iPad, this
  feature should be desktop-only.
* Use --danger modifier instead of btn-danger on the
  "Leave Channel" button to conform with new styling
  and fix Horizon issues.
* Change to vertical ellipsis and fix alignment

<img width="382" height="230" alt="image"
src="https://github.com/user-attachments/assets/b2504e49-c324-448c-b426-a2d0e798633c"
/>

Leave changes:

**Before, Horizon**

<img width="242" height="187" alt="image"
src="https://github.com/user-attachments/assets/23927722-135b-4368-9bc6-276f7dcedd7f"
/>

**After, Horizon**

<img width="706" height="306" alt="image"
src="https://github.com/user-attachments/assets/3918dc56-5cda-43b6-813b-995d0335efa6"
/>
2026-01-06 16:11:53 +10:00

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