mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
12 lines
205 B
CSS
12 lines
205 B
CSS
#volumeHud {
|
|
z-index: 999;
|
|
position: absolute;
|
|
transition: opacity 0.6s;
|
|
pointer-events: none;
|
|
padding: 10px;
|
|
}
|
|
|
|
ytmusic-player[player-ui-state_="MINIPLAYER"] #volumeHud {
|
|
top: 0 !important;
|
|
}
|