feat(precise-volume): add shadow on volume text

This commit is contained in:
Su-Yong
2023-10-02 21:50:52 +09:00
parent aed1bbc6d7
commit a5fe8bc589

View File

@ -4,6 +4,8 @@
transition: opacity 0.6s;
pointer-events: none;
padding: 10px;
text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
}
ytmusic-player[player-ui-state_="MINIPLAYER"] #volumeHud {