mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +01:00
13 lines
206 B
SCSS
13 lines
206 B
SCSS
.MentionsLine {
|
|
word-break: break-all;
|
|
|
|
.mention-link:not(:first-child)::before {
|
|
content: ' ';
|
|
}
|
|
|
|
.showMoreLess {
|
|
margin-left: 0.5em;
|
|
white-space: normal;
|
|
color: var(--link);
|
|
}
|
|
}
|