mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Adding thumbnail class.
This commit is contained in:
parent
3d649756ec
commit
70040e186e
2
ui/src/components/post-listing.tsx
vendored
2
ui/src/components/post-listing.tsx
vendored
@ -286,7 +286,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||
class="img-fluid img-expanded"
|
||||
data={this.state.thumbnail}
|
||||
>
|
||||
<svg class="icon rounded placeholder">
|
||||
<svg class="icon thumbnail rounded placeholder">
|
||||
<use xlinkHref="#icon-external-link"></use>
|
||||
</svg>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user