There was an error while loading. Please reload this page.
1 parent 17c54a5 commit 0aa29caCopy full SHA for 0aa29ca
1 file changed
user script/yt-playlist-filter.user.js
@@ -72,6 +72,7 @@
72
const selector_OpenMenuParentType1 = "ytd-app ytd-popup-container";
73
const selector_OpenMenuParentType2 = "tp-yt-paper-dialog.ytd-popup-container";
74
const InputId = "filterPlaylist";
75
+ const ListMinHeight = "220px";
76
77
// array of all selectors for playslists menu and its header
78
const selectors_PlaylistsMenu = [selector_MenuType1, selector_MenuType2];
@@ -498,6 +499,7 @@
498
499
let selector_FilterInput = "";
500
501
PLAYLISTS = list;
502
+ list.style.minHeight = ListMinHeight;
503
504
autoTopList(PLAYLISTS);
505
0 commit comments