Very minor styling improvements to toot-collapsing
This commit is contained in:
parent
4fe45dda9a
commit
40ecbfd4a9
|
@ -456,6 +456,7 @@
|
||||||
.reply-indicator__content {
|
.reply-indicator__content {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
color: $primary-text-color;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -638,8 +639,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__info {
|
.status__info {
|
||||||
|
margin: 2px 0 0;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 28px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__collapse-button {
|
.status__collapse-button {
|
||||||
|
|
Loading…
Reference in New Issue