aboveQueueBtns.css 482 B

12345678910111213141516
  1. #side-panel ytmusic-tab-renderer ytmusic-queue-header-renderer {
  2. position: sticky;
  3. align-items: center;
  4. top: 0;
  5. z-index: 2;
  6. padding: 16px 8px;
  7. margin: unset;
  8. background-color: var(--bytm-themed-bg);
  9. border-bottom: 1px solid var(--ytmusic-divider);
  10. /* fallback for when the ThemeSong bg color is a gradient function instead of a color value */
  11. backdrop-filter: blur(8px);
  12. }
  13. #side-panel ytmusic-tab-renderer ytmusic-queue-header-renderer.hidden {
  14. z-index: 0;
  15. }