mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix app logo is draggable
This commit is contained in:
@ -44,3 +44,9 @@ ytmusic-cast-button {
|
||||
.ytp-chrome-top-buttons {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Make youtube-music logo un-draggable */
|
||||
ytmusic-nav-bar>div.left-content>a,
|
||||
ytmusic-nav-bar>div.left-content>a>picture>img {
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user