Makes the Plex metadata modal taller so it doesn't cut off the collections dropdown
< 脚本 Taller Plex metadata modal 的反馈
No longer works, changes below do:(function() { 'use strict'; GM_addStyle('.modal-body-scroll { max-height: 1000px; }'); GM_addStyle('.modal-body-with-panes .modal-body-pane { height: 1000px; }'); GM_addStyle('.selectize-dropdown-content {max-height: 500px; )');})();
登录以发布留言。
No longer works, changes below do:
(function() {
'use strict';
GM_addStyle('.modal-body-scroll { max-height: 1000px; }');
GM_addStyle('.modal-body-with-panes .modal-body-pane { height: 1000px; }');
GM_addStyle('.selectize-dropdown-content {max-height: 500px; )');
})();