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