1
0

fixSpacing.css 990 B

1234567891011121314151617181920212223
  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. }
  14. /* Fix toast container rendering over the player bar buttons */
  15. :root body ytmusic-app yt-notification-action-renderer tp-yt-paper-toast#toast,
  16. :root body ytmusic-app yt-notification-text-renderer tp-yt-paper-toast#toast
  17. {
  18. top: calc(var(--bytm-global-inner-height, 1200px) + 150px);
  19. }