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...