mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix #490
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#nav-bar-background, #header.ytmusic-item-section-renderer {
|
#nav-bar-background, #header.ytmusic-item-section-renderer {
|
||||||
background: rgba(0, 0, 0, 0.3) !important;
|
background: rgba(0, 0, 0, 0.3) !important;
|
||||||
backdrop-filter: blur(18px) !important;
|
backdrop-filter: blur(8px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar-divider {
|
#nav-bar-divider {
|
||||||
|
|||||||
@ -7,7 +7,10 @@
|
|||||||
/* fixes nav-bar-background opacity bug and allows clicking scrollbar through it */
|
/* fixes nav-bar-background opacity bug and allows clicking scrollbar through it */
|
||||||
#nav-bar-background {
|
#nav-bar-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
pointer-events: none;
|
pointer-events: none !important;
|
||||||
|
position: sticky !important;
|
||||||
|
top: 0 !important;
|
||||||
|
height: 75px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove window dragging for nav bar (conflict with titlebar drag) */
|
/* remove window dragging for nav bar (conflict with titlebar drag) */
|
||||||
@ -19,7 +22,7 @@ ytmusic-pivot-bar-item-renderer {
|
|||||||
|
|
||||||
/* move up item selection renderer by 13 px */
|
/* move up item selection renderer by 13 px */
|
||||||
ytmusic-item-section-renderer.stuck #header.ytmusic-item-section-renderer {
|
ytmusic-item-section-renderer.stuck #header.ytmusic-item-section-renderer {
|
||||||
top: calc(var(--ytmusic-nav-bar-height) - 13px) !important;
|
top: calc(var(--ytmusic-nav-bar-height) - 13px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix weird positioning in search screen*/
|
/* fix weird positioning in search screen*/
|
||||||
@ -28,8 +31,7 @@ ytmusic-header-renderer.ytmusic-search-page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Move navBar downwards */
|
/* Move navBar downwards */
|
||||||
ytmusic-nav-bar[slot="nav-bar"],
|
ytmusic-nav-bar[slot="nav-bar"] {
|
||||||
#nav-bar-background {
|
|
||||||
top: 17px !important;
|
top: 17px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user