This commit is contained in:
mgabdev
2020-02-03 13:24:24 -05:00
parent 960c43d24c
commit 1cd851e02e
51 changed files with 932 additions and 939 deletions

View File

@@ -167,7 +167,6 @@ export default class StatusContent extends ImmutablePureComponent {
const readMoreButton = (
<button className='status__content__read-more-button' onClick={this.props.onClick} key='read-more'>
<FormattedMessage id='status.read_more' defaultMessage='Read more' />
<Icon id='angle-right' fixedWidth />
</button>
);

View File

@@ -8,7 +8,8 @@
color: $primary-text-color;
@include text-overflow(normal, break-word);
@include text-sizing(15px, 400, 20px);
@include text-sizing(14px, 400, 20px);
@include horizontal-padding(10px);
&:focus {
outline: 0;
@@ -102,6 +103,7 @@
border: 0;
background: transparent;
padding: 8px 0 0 0;
margin-left: 10px;
@include text-sizing(15px, 400, 20px);