fix library UI bug

This commit is contained in:
Araxeus
2021-03-23 19:29:07 +02:00
parent c1f176fa21
commit a12d5a982f

View File

@ -3,6 +3,15 @@ ytmusic-nav-bar {
-webkit-app-region : unset; -webkit-app-region : unset;
} }
.center-content.ytmusic-nav-bar {
background: black;
}
yt-page-navigation-progress, #progress.yt-page-navigation-progress {
top: 75px !important;
}
ytmusic-item-section-renderer[has-item-section-tabbed-header-renderer_] #header.ytmusic-item-section-renderer {
top: 60px !important;
}
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 12px; width: 12px;
background-color: #030303; background-color: #030303;