Adding thumbnail class.
This commit is contained in:
parent
b277d92226
commit
ff8d82d82f
1 changed files with 1 additions and 1 deletions
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"
|
class="img-fluid img-expanded"
|
||||||
data={this.state.thumbnail}
|
data={this.state.thumbnail}
|
||||||
>
|
>
|
||||||
<svg class="icon rounded placeholder">
|
<svg class="icon thumbnail rounded placeholder">
|
||||||
<use xlinkHref="#icon-external-link"></use>
|
<use xlinkHref="#icon-external-link"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</object>
|
</object>
|
||||||
|
|
Reference in a new issue