mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
14 lines
254 B
CSS
14 lines
254 B
CSS
#volumeHud {
|
|
z-index: 999;
|
|
position: absolute;
|
|
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 {
|
|
top: 0 !important;
|
|
}
|