Skip to content

Commit

Permalink
Merge pull request th-ch#1067 from Araxeus/fix-in-app-menu-navbar-hid…
Browse files Browse the repository at this point in the history
…ing-library-items

[in-app-menu] fix items hidden by navbar in library
  • Loading branch information
th-ch authored Mar 14, 2023
2 parents ed5fb06 + 837e888 commit e972fd1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugins/in-app-menu/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e972fd1

Please sign in to comment.