2f383c2c01
of mentions when there's too many of 'em
16 lines
241 B
SCSS
16 lines
241 B
SCSS
.MentionsLine {
|
|
.showMoreLess {
|
|
&.-newStyle {
|
|
line-height: 1.5;
|
|
font-size: inherit;
|
|
display: inline-block;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
&.-oldStyle {
|
|
color: var(--link);
|
|
}
|
|
}
|
|
}
|