mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
Upping title size again.
This commit is contained in:
parent
cd0733e014
commit
7805246b87
@ -73,12 +73,12 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||
}
|
||||
<div className="ml-4">
|
||||
<div className="post-title">
|
||||
<h6 className="mb-0 d-inline">
|
||||
<h5 className="mb-0 d-inline">
|
||||
{post.url ?
|
||||
<a className="text-white" href={post.url} target="_blank" title={post.url}>{post.name}</a> :
|
||||
<Link className="text-white" to={`/post/${post.id}`} title={i18n.t('comments')}>{post.name}</Link>
|
||||
}
|
||||
</h6>
|
||||
</h5>
|
||||
{post.url &&
|
||||
<small>
|
||||
<a className="ml-2 text-muted font-italic" href={post.url} target="_blank" title={post.url}>{(new URL(post.url)).hostname}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user