mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
11 lines
177 B
SCSS
11 lines
177 B
SCSS
.MentionsLine {
|
|
.showMoreLess {
|
|
white-space: normal;
|
|
color: var(--link);
|
|
}
|
|
|
|
.fullExtraMentions,
|
|
.mention-link:not(:last-child) {
|
|
margin-right: 0.25em;
|
|
}
|
|
}
|