mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 17:51:46 +00:00
31 lines
482 B
CSS
31 lines
482 B
CSS
/**
|
|
* 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;
|
|
}
|
|
|
|
/* Blocking annoying elements */
|
|
ytmusic-mealbar-promo-renderer {
|
|
display: none !important;
|
|
}
|