pleroma-fe/src/components/mentions_line/mentions_line.scss
Henry Jameson 2cfff1b8b9 remove new options for style and separate line, now groups all chained
mentions on a mentionsline regardless of placement. fixes spacing
2021-08-12 02:56:40 +03:00

11 lines
155 B
SCSS

.MentionsLine {
.showMoreLess {
white-space: normal;
color: var(--link);
}
.mention-link:not(:last-child) {
margin-right: 0.25em;
}
}