mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
fix app logo is draggable
This commit is contained in:
@ -44,3 +44,9 @@ ytmusic-cast-button {
|
|||||||
.ytp-chrome-top-buttons {
|
.ytp-chrome-top-buttons {
|
||||||
display: none !important;
|
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