XenForo Share this Page Bluesky icon?

S

ShenmueGuru

Guest
Hopefully a quick answer for this one. I couldn't find anything with the search though.

Does Bluesky have an icon for the Share this Page widget? Here's how it looks, and also the code:

1738707245349.webp

Bluesky does link when you click the blank space between the Twitter/X and LinkedIN icons. Here is what I have in share_controls.less

Code:

Code:
.shareButtons--iconic &
    {
        text-align: center;

        > i
        {
            min-width: 20px;
        }

        > svg
        {...

Read more

Continue reading...