akkoma-fe/src/components/mentions_line/mentions_line.scss

18 lines
267 B
SCSS
Raw Normal View History

.MentionsLine {
.showMoreLess {
white-space: normal;
2021-06-12 17:42:17 +00:00
&.-newStyle {
line-height: 1.5;
font-size: inherit;
display: inline-block;
padding-top: 0;
padding-bottom: 0;
}
&.-oldStyle {
color: var(--link);
}
}
}