logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

mentions_line.scss (206B)


  1. .MentionsLine {
  2. word-break: break-all;
  3. .mention-link:not(:first-child)::before {
  4. content: " ";
  5. }
  6. .showMoreLess {
  7. margin-left: 0.5em;
  8. white-space: normal;
  9. color: var(--link);
  10. }
  11. }