2021-06-08 14:34:47 +03:00
|
|
|
.MentionsLine {
|
|
|
|
|
.showMoreLess {
|
2021-06-11 03:11:58 +03:00
|
|
|
white-space: normal;
|
2021-06-08 14:34:47 +03:00
|
|
|
&.-newStyle {
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.-oldStyle {
|
|
|
|
|
color: var(--link);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|