The add-on adds a ribbon on original poster's avatar to highlight the user who started the thread.
Disable the product for particular styles.
Style property that will define the ribbon color.
Style property that will define the ribbon position Top Left corner/Top Right Corner/Top/Bottom...
Simple css (extra.less) modifications to highlight/separate sticky threads
Separate sticky and normal threads
Insert code in template: extra.less
/* Border between sticky/normal threads */
.structItemContainer-group--sticky {
border-bottom: 6px solid;
color...