Initial commit - app + 4 plugins

This commit is contained in:
TC
2019-04-19 20:12:36 +02:00
commit 8787b5c175
31 changed files with 7878 additions and 0 deletions

25
youtube-music.css Normal file
View File

@ -0,0 +1,25 @@
/**
* Overriding YouTube Music style
*/
/* Allow window dragging */
ytmusic-nav-bar {
-webkit-user-select: none;
-webkit-app-region : drag;
}
iron-icon,
ytmusic-pivot-bar-item-renderer,
.tab-title,
a {
-webkit-app-region: no-drag;
}
/* custom style for navbar */
ytmusic-app-layout {
--ytmusic-nav-bar-height: 85px;
}
ytmusic-search-box.ytmusic-nav-bar {
margin-top: 12px;
}