return (
<button
type="button"
- className="d-inline-block position-relative mb-2 p-0 border-0"
+ className="thumbnail rounded overflow-hidden d-inline-block position-relative mb-2 p-0 border-0"
data-tippy-content={I18NextService.i18n.t("expand_here")}
onClick={linkEvent(this, this.handleImageExpandClick)}
aria-label={I18NextService.i18n.t("expand_here")}
} else if (!this.props.hideImage && url && thumbnail && this.imageSrc) {
return (
<a
- className="text-body d-inline-block position-relative mb-2"
+ className="thumbnail rounded bg-light d-flex justify-content-center"
href={url}
rel={relTags}
title={url}
)}
<div className="col flex-grow-1">
<div className="row">
- <div className="col-sm-3 col-lg-2 pe-0 post-media">
+ <div className="col flex-grow-0 px-0">
<div className="">{this.thumbnail()}</div>
</div>
- <div className="col-12 col-sm-9 col-lg-10">
+ <div className="col flex-grow-1">
{this.postTitleLine()}
{this.createdLine()}
{this.commentsLine()}