mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-18 13:42:06 +00:00
disable the video-toggle button when in PiP mode
This commit is contained in:
@ -19,3 +19,8 @@ ytmusic-app-layout.pip ytmusic-player-expanding-menu {
|
|||||||
.cet-container ytmusic-app-layout.pip #volumeHud {
|
.cet-container ytmusic-app-layout.pip #volumeHud {
|
||||||
top: 22px !important;
|
top: 22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* disable the video-toggle button when in PiP mode */
|
||||||
|
ytmusic-app-layout.pip .video-switch-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user