mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
Fix draggable elements
This commit is contained in:
@ -3,11 +3,15 @@
|
||||
*/
|
||||
|
||||
/* Allow window dragging */
|
||||
ytmusic-nav-bar {
|
||||
.center-content.ytmusic-nav-bar {
|
||||
-webkit-user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
.center-content.ytmusic-nav-bar > ytmusic-search-box{
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
iron-icon,
|
||||
ytmusic-pivot-bar-item-renderer,
|
||||
.tab-title,
|
||||
|
||||
Reference in New Issue
Block a user