mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
fix height & blur of search page item header
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
#nav-bar-background, #header.ytmusic-item-section-renderer {
|
#nav-bar-background,
|
||||||
background: rgba(0, 0, 0, 0.3) !important;
|
#header.ytmusic-item-section-renderer,
|
||||||
backdrop-filter: blur(8px) !important;
|
ytmusic-tabs {
|
||||||
|
background: rgba(0, 0, 0, 0.3) !important;
|
||||||
|
backdrop-filter: blur(8px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar-divider {
|
#nav-bar-divider {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fixes nav-bar-background opacity bug and allows clicking scrollbar through it */
|
/* fixes nav-bar-background opacity bug, reposition it, and allows clicking scrollbar through it */
|
||||||
#nav-bar-background {
|
#nav-bar-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
@ -20,9 +20,10 @@ ytmusic-pivot-bar-item-renderer {
|
|||||||
-webkit-app-region: unset !important;
|
-webkit-app-region: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* move up item selection renderer by 13 px */
|
/* move up item selection renderers */
|
||||||
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;
|
ytmusic-tabs.stuck {
|
||||||
|
top: calc(var(--ytmusic-nav-bar-height) - 15px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix weird positioning in search screen*/
|
/* fix weird positioning in search screen*/
|
||||||
|
|||||||
Reference in New Issue
Block a user