fixed search page header height

This commit is contained in:
Araxeus
2021-03-23 22:15:16 +02:00
parent 92603a1e7f
commit 5fd11bf009

View File

@ -9,7 +9,7 @@ ytmusic-app-layout {
}
ytmusic-search-box.ytmusic-nav-bar {
margin-top: 30px;
margin-top: 29px;
}
.center-content.ytmusic-nav-bar {
@ -21,6 +21,9 @@ yt-page-navigation-progress, #progress.yt-page-navigation-progress {
ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer {
top: 90px !important;
}
ytmusic-header-renderer.ytmusic-search-page {
top: 90px !important;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 12px;