Advertisement
grahamperrin

minimalist style for riot.im … no longer effective?

May 5th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. @-moz-document domain("riot.im") {
  2. .mx_RoomTile_avatar {
  3. display: none !important;
  4. }
  5. .mx_RoomHeader_avatar {
  6. display: none !important;
  7. }
  8. .mx_EventTile_avatar {
  9. display: none !important;
  10. }
  11. .mx_UserPill .mx_BaseAvatar {
  12. display: none !important;
  13. }
  14. .mx_UserPill {
  15. height: 1;
  16. line-height: 1;
  17. border-radius: 3px;
  18. border: none;
  19. background: rgb(0, 0, 0) !important;
  20. padding: .2em;
  21. }
  22. .linkified {
  23. color: rgb(0, 255, 255) !important;
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement