Heisenberg submitted a new resource:
You must be registered for see links
- Simple extra.less modifications to edit the sticky thread containerYou must be registered for see images attach
Simple css (extra.less) modifications to highlight/separate sticky threads
Separate sticky and normal threads
You must be registered for see images attachInsert code in template: extra.less
CSS:/* Border between sticky/normal threads */ .structItemContainer-group--sticky { border-bottom: 6px solid; color: xf-diminish(@xf-borderColor, 6%); }
Subtle accent
You must be registered for see images attach
Insert code in template: extra.less
CSS:...
You must be registered for see links