# Topic List Previews (TLP)

**URL:** https://meta.discourse.org/t/topic-list-previews-tlp/209973
**Category:** Theme component
**Created:** [November 23, 2021, 12:25pm UTC](https://meta.discourse.org/t/topic-list-previews-tlp/209973 "2021-11-23T12:25:59Z")
**Posts on this page:** 1
**Showing post:** 666

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [August 28, 2025, 2:02am UTC](https://meta.discourse.org/t/topic-list-previews-tlp/209973/666 "2025-08-28T02:02:18Z")

</div>

Hi Rob - I’d love to highlight the OP Author using tiles in TLP for a little project I’m doing.

I’ve worked out that I can hide the other participants with this CSS:

```plaintext
.topic-footer .topic-users .inline a {
    display: none;
}
.topic-footer .topic-users .inline a:first-child {
  display: inline-block; /* Display only the first link/image */
}

```

However, I can’t work out how to make the OP Author’s avatar thumbnails bigger - certainly I can’t with CSS alone.

Can you suggest anything?

> [@merefield](#):
>
> However, at least it lets you choose _which_ thumbnail and doesn’t restrict you to the first post.

I don’t seem to be able to select thumbnails from posts other than the OP (with the sidecar installed). It would be very helpful sometimes to be able to do so!

---

_[View the full topic](https://meta.discourse.org/t/topic-list-previews-tlp/209973)._
