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