fixSpacing.css 702 B

12345678910111213141516
  1. ytmusic-carousel-shelf-renderer ytmusic-carousel ytmusic-responsive-list-item-renderer {
  2. margin-bottom: var(--ytmusic-carousel-item-margin-bottom, 16px) !important;
  3. }
  4. ytmusic-carousel-shelf-renderer ytmusic-carousel {
  5. --ytmusic-carousel-item-height: 60px !important;
  6. }
  7. ytmusic-responsive-list-item-renderer div.left-items:not(a.bytm-anchor > div.left-items) {
  8. margin-right: var(--ytmusic-responsive-list-item-thumbnail-margin-right, 16px) !important;
  9. }
  10. /* Because the autoplay queue doesn't have the three dot menu anymore, the buttons weren't aligned with the currently-playing-queue ones anymore */
  11. ytmusic-tab-renderer #automix-contents .bytm-queue-btn-container {
  12. padding-right: 13px;
  13. }