Advertisement
Guest User

Marginally Better Polymer

a guest
Jul 28th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. @-moz-document domain("youtube.com") {
  2. #grid-title {
  3.     margin: 0 !important;
  4. }
  5. #contents {
  6.     margin: 0 !important;
  7. }
  8. #contents > ytd-rich-section-renderer {
  9.     display: none !important;
  10. }
  11. #contents > ytd-rich-item-renderer, #items > ytd-grid-video-renderer {
  12.     margin-left: 5px !important;
  13.     margin-right: 0 !important;
  14.     margin-bottom: 5px !important;
  15.     width: 360px !important;
  16.     font-size: 0.8em !important;
  17. }
  18. ytd-thumbnail {
  19.     width: 168px !important;
  20.     float: left !important;
  21. }
  22. yt-formatted-string,
  23. yt-formatted-string > a {
  24.     display: inline !important;
  25. }
  26. #meta {
  27.     padding-left: 5px !important;
  28.     padding-right: 0 !important;
  29. }
  30. #avatar-link {
  31.     display: none !important;
  32. }
  33. h3 {
  34.     margin: 0 !important;
  35. }
  36. #video-title,
  37. #video-title-link {
  38.     font-size: 14px !important;
  39.     font-weight: 500 !important;
  40.     max-height: 60px !important;
  41.     overflow: hidden !important;
  42.     margin: 0 !important;
  43. }
  44. .yt-channel-name,
  45. .ytd-video-meta-block {
  46.     font-size: 11px !important;
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement