discourse/app/assets/stylesheets/desktop/_index.scss
Martin Brennan d5fe9b4f8c
FEATURE: Add copy link post menu button (#24709)
This commit ports the feature by @chapoi that was
previously a theme component in core.

A new post_menu button, copyLink, is added and used
as the default instead of share.

copyLink, on desktop, will copy the link of the post
to the user's clipboard and show a nice 'lil animation.
On mobile the native share menu will be shown.

If site owners want the old behaviour back, they just
need to change the post_menu site setting to use
the share button instead of copyLink.
2023-12-08 11:45:49 +10:00

19 lines
385 B
SCSS

@import "admin_customize";
@import "alert";
@import "category-list";
@import "compose";
@import "discourse";
@import "edit-category";
@import "group";
@import "header";
@import "invite-signup";
@import "latest-topic-list";
@import "menu-panel";
@import "modal";
@import "topic-list";
@import "topic-post";
@import "post-action-menu";
@import "topic";
@import "upload";
@import "user";