Very minor styling improvements to toot-collapsing

This commit is contained in:
kibigo! 2017-06-22 00:45:49 -07:00
parent 51a86b32c3
commit 11da74dbb7
1 changed files with 3 additions and 1 deletions

View File

@ -456,6 +456,7 @@
.reply-indicator__content {
font-size: 15px;
line-height: 20px;
color: $primary-text-color;
word-wrap: break-word;
font-weight: 400;
overflow: hidden;
@ -638,8 +639,9 @@
}
.status__info {
margin: 2px 0 0;
font-size: 15px;
line-height: 28px;
line-height: 24px;
}
.status__collapse-button {