Hide cast button which doesn't work

This commit is contained in:
Araxeus
2021-12-03 16:56:51 +02:00
parent 2daee01ff7
commit c5c2d5b74c

View File

@ -34,3 +34,8 @@ img {
-webkit-user-select: none;
user-select: none;
}
/* Hide cast button which doesn't work */
ytmusic-cast-button {
display: none !important;
}