mirror of https://github.com/LemmyNet/lemmy.git
Adding thumbnail class.
parent
3d649756ec
commit
70040e186e
|
@ -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