Removed Small Header BG

This commit is contained in:
2026-02-09 19:36:58 +11:00
parent 56b7476e92
commit 6981cc8315
4 changed files with 93 additions and 0 deletions
@@ -73,6 +73,7 @@
color 0.3s ease-in-out !important;
}
/* Fixes the new Sticky Header Tidal added.. in the shittest jankiest way possible */
[class*="_stickyHeader"] {
background: transparent !important;
@@ -104,4 +105,10 @@
[data-test="playqueue-sticky-clear-source-items"] {
visibility: collapse !important;
width: 0px !important;
}
/* Remove the background color from the small header */
[class*="_smallHeader"]::before {
background-color: transparent !important;
}