diff --git a/plugins/blur-nav-bar/style.css b/plugins/blur-nav-bar/style.css index e64b7526..d1722b79 100644 --- a/plugins/blur-nav-bar/style.css +++ b/plugins/blur-nav-bar/style.css @@ -1,4 +1,4 @@ -#nav-bar-background { +#nav-bar-background, #header.ytmusic-item-section-renderer { background: rgba(0, 0, 0, 0.3) !important; backdrop-filter: blur(18px) !important; } diff --git a/plugins/in-app-menu/style.css b/plugins/in-app-menu/style.css index d1efb3d0..b26b1a9f 100644 --- a/plugins/in-app-menu/style.css +++ b/plugins/in-app-menu/style.css @@ -4,9 +4,10 @@ font-size: 14px !important; } -/* fixes scrollbar positioning relative to nav bar */ -#nav-bar-background.ytmusic-app-layout { +/* fixes scrollbar positioning relative to nav bar + its opacity */ +#nav-bar-background { right: 15px !important; + opacity: 1 !important; } /* remove window dragging for nav bar (conflict with titlebar drag) */ @@ -16,14 +17,9 @@ ytmusic-pivot-bar-item-renderer { -webkit-app-region: unset !important; } -/* navbar background black */ -.center-content.ytmusic-nav-bar { - background: #030303; -} - -/* move up item selectrion renderer by 15 px */ -ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer { - top: 75 !important; +/* move up item selectrion renderer by 13 px */ +ytmusic-item-section-renderer.stuck #header.ytmusic-item-section-renderer { + top: calc(var(--ytmusic-nav-bar-height) - 13px) !important; } /* fix weird positioning in search screen*/ @@ -32,8 +28,8 @@ ytmusic-header-renderer.ytmusic-search-page { } /* Move navBar downwards */ -ytmusic-app-layout > [slot="nav-bar"], -#nav-bar-background.ytmusic-app-layout { +ytmusic-nav-bar[slot="nav-bar"], +#nav-bar-background { top: 17px !important; }