Ques/Help Subnode Icon in Dropdown

F

frm

Guest
I'm using the new method to update node icons:
Less:

Code:
.node.node--id13 .node-icon i
{
    &::before
    {
        .m-faContent(@fa-var-compact-disc, 1em);
    }

    svg
    {
        display: none;
    }
}

And that works just fine if it's a node, and appears correctly in the thread view for subnodes.

1723339245477.webp

But if the subnodes are set to drop down, it won't be used on the forum view.

1723339185351.webp

To add, the music icon is being placed by an add on. However, the add on still...

Read more

Continue reading...