iframeable display of all posts by a matodon @user@instance account that contain a #hashtag
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }