mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
feat(precise-volume): add shadow on volume text
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
transition: opacity 0.6s;
|
transition: opacity 0.6s;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
|
text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ytmusic-player[player-ui-state_="MINIPLAYER"] #volumeHud {
|
ytmusic-player[player-ui-state_="MINIPLAYER"] #volumeHud {
|
||||||
|
|||||||
Reference in New Issue
Block a user