From 89c664b4d2bb5effeaccc7b0553447259c1fa3f6 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:52:25 +0200 Subject: [PATCH] fix uploaded library style follows up on [in-app-menu] fix items hidden by navbar in library #1067 --- plugins/in-app-menu/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/in-app-menu/style.css b/plugins/in-app-menu/style.css index 0148b38a..f0f31ed8 100644 --- a/plugins/in-app-menu/style.css +++ b/plugins/in-app-menu/style.css @@ -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; }