mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
fix(synced-lyrics): use blur instead of static background color
This commit is contained in:
@ -190,7 +190,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: var(--top, 0);
|
top: var(--top, 0);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-color: var(--ytmusic-background);
|
backdrop-filter: blur(5px);
|
||||||
|
|
||||||
transition: top 325ms ease-in-out;
|
transition: top 325ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user