From 837e88846258189c5376bf740f648f481c2d2236 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:40:51 +0200 Subject: [PATCH] [in-app-menu] fix items hidden by navbar in library --- plugins/in-app-menu/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/in-app-menu/style.css b/plugins/in-app-menu/style.css index a5de9cf0..0148b38a 100644 --- a/plugins/in-app-menu/style.css +++ b/plugins/in-app-menu/style.css @@ -12,11 +12,17 @@ height: 75px !important; } -/* fixes top gap between nav-bar and browse-page */ +/* fix top gap between nav-bar and browse-page */ #browse-page { padding-top: 0 !important; } +/* fix navbar hiding library items */ +ytmusic-section-list-renderer[page-type="MUSIC_PAGE_TYPE_LIBRARY_CONTENT_LANDING_PAGE"] { + top: 50px; + position: relative; +} + /* remove window dragging for nav bar (conflict with titlebar drag) */ ytmusic-nav-bar, .tab-titleiron-icon,