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