mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
titlebar dragArea fix + refactor
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
/* remove window dragging for nav bar (conflict with titlebar drag) */
|
/* remove window dragging for nav bar (conflict with titlebar drag) */
|
||||||
ytmusic-nav-bar {
|
ytmusic-nav-bar,
|
||||||
|
.tab-titleiron-icon,
|
||||||
|
ytmusic-pivot-bar-item-renderer {
|
||||||
-webkit-app-region : unset;
|
-webkit-app-region : unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -15,12 +17,9 @@ ytmusic-search-box.ytmusic-nav-bar {
|
|||||||
.center-content.ytmusic-nav-bar {
|
.center-content.ytmusic-nav-bar {
|
||||||
background: #030303;
|
background: #030303;
|
||||||
}
|
}
|
||||||
yt-page-navigation-progress, #progress.yt-page-navigation-progress {
|
yt-page-navigation-progress,
|
||||||
top: 90px !important;
|
#progress.yt-page-navigation-progress,
|
||||||
}
|
ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer,
|
||||||
ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer {
|
|
||||||
top: 90px !important;
|
|
||||||
}
|
|
||||||
ytmusic-header-renderer.ytmusic-search-page {
|
ytmusic-header-renderer.ytmusic-search-page {
|
||||||
top: 90px !important;
|
top: 90px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user