fix height & blur of search page item header

This commit is contained in:
Araxeus
2021-11-14 21:59:04 +02:00
parent bf45ed10aa
commit 93e0664f95
2 changed files with 11 additions and 8 deletions

View File

@ -1,8 +1,10 @@
#nav-bar-background, #header.ytmusic-item-section-renderer {
background: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(8px) !important;
#nav-bar-background,
#header.ytmusic-item-section-renderer,
ytmusic-tabs {
background: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(8px) !important;
}
#nav-bar-divider {
display: none !important;
display: none !important;
}