kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
DetailedStatus: Small reblog tweaks
rodzic
1ac32ad364
commit
06c4f88802
|
@ -27,9 +27,9 @@ export class StatusInteractionBar extends React.Component {
|
||||||
const { status } = this.props;
|
const { status } = this.props;
|
||||||
if (status.get('reblogs_count')) {
|
if (status.get('reblogs_count')) {
|
||||||
return (
|
return (
|
||||||
<Link to={`/@${status.getIn(['account', 'acct'])}/posts/${status.get('id')}/reblogs`} className='reblogs'>
|
<Link to={`/@${status.getIn(['account', 'acct'])}/posts/${status.get('id')}/reblogs`} className='emoji-react emoji-react--reblogs'>
|
||||||
<Icon id='retweet' />
|
<Icon id='retweet' />
|
||||||
<span className='reblogs__count'>
|
<span className='emoji-reacts__count'>
|
||||||
<FormattedNumber value={status.get('reblogs_count')} />
|
<FormattedNumber value={status.get('reblogs_count')} />
|
||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
@ -71,23 +71,6 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reblogs {
|
|
||||||
color: var(--highlight-text-color);
|
|
||||||
text-decoration: none;
|
|
||||||
vertical-align: middle;
|
|
||||||
display: inline-flex;
|
|
||||||
|
|
||||||
i {
|
|
||||||
font-size: 20px;
|
|
||||||
margin-right: 0.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__count {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.detailed-status__button {
|
.detailed-status__button {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji-react--reblogs {
|
||||||
|
color: var(--primary-text-color--faint);
|
||||||
|
text-decoration: none;
|
||||||
|
vertical-align: middle;
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
|
i.fa {
|
||||||
|
color: var(--highlight-text-color);
|
||||||
|
font-size: 20px;
|
||||||
|
margin-right: 0.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.emoji-reacts {
|
.emoji-reacts {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
@ -52,6 +65,7 @@
|
||||||
.emoji-react__count {
|
.emoji-react__count {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
transform: translateY(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji-react-selector {
|
.emoji-react-selector {
|
||||||
|
|
Ładowanie…
Reference in New Issue