iframeable display of all posts by a matodon @user@instance account that contain a #hashtag
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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