Merge pull request #1072 from Araxeus/fix-uploaded-library-css

[in-app-menu] fix css style of the library of uploaded songs
This commit is contained in:
th-ch
2023-03-19 20:05:15 +01:00
committed by GitHub

View File

@ -18,7 +18,8 @@
}
/* fix navbar hiding library items */
ytmusic-section-list-renderer[page-type="MUSIC_PAGE_TYPE_LIBRARY_CONTENT_LANDING_PAGE"] {
ytmusic-section-list-renderer[page-type="MUSIC_PAGE_TYPE_LIBRARY_CONTENT_LANDING_PAGE"],
ytmusic-section-list-renderer[page-type="MUSIC_PAGE_TYPE_PRIVATELY_OWNED_CONTENT_LANDING_PAGE"] {
top: 50px;
position: relative;
}