bloodchen Allow specify tags that will use this layout.
How to show discussion thumbnail only in specify tag?
I was try do it in CSS, but have problem:
1. If I sets .Avatar.DiscussionListItem-thumbnail img.Avatar: {display:none}
, discussion image empty, but I need to show user avatar when I hide thumbnail image.
2. TagsLabel
class don't have individual id, without it I can't add rules in CSS to show element only in TagsLabel with id 1,4,6 (example).
🙁