Very minor styling improvements to toot-collapsing
This commit is contained in:
parent
4fe45dda9a
commit
40ecbfd4a9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue