iframeable display of all posts by a matodon @user@instance account that contain a #hashtag
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 131B

123456789
  1. .invisible {
  2. display: none !important;
  3. }
  4. .ellipsis::after {
  5. content: "...";
  6. }
  7. .card-body * {
  8. unicode-bidi:plaintext;
  9. }