aboveQueueBtns.css 701 B

1234567891011121314151617181920212223
  1. #side-panel ytmusic-tab-renderer ytmusic-queue-header-renderer {
  2. align-items: center;
  3. top: 0;
  4. z-index: 2;
  5. padding: 16px 8px;
  6. margin: unset;
  7. background-color: var(--bytm-themed-bg-col);
  8. border-bottom: 1px solid var(--ytmusic-divider);
  9. /* fallback for when the ThemeSong bg color is a gradient function instead of a color value (Apple Music and YT Music themes) */
  10. backdrop-filter: blur(3.5px);
  11. }
  12. #side-panel
  13. ytmusic-tab-renderer
  14. ytmusic-queue-header-renderer
  15. .ytmusic-queue-header-renderer
  16. yt-formatted-string:not(.ytmusic-chip-cloud-chip-renderer) {
  17. text-shadow: 1px 1px 3px #000;
  18. }
  19. #side-panel ytmusic-tab-renderer ytmusic-queue-header-renderer.hidden {
  20. z-index: 0;
  21. }